Skip to content

Commit

Permalink
Removed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
milutinke committed Feb 21, 2024
1 parent 13de67b commit 3522a16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion MinecraftClient/Protocol/Handlers/DataTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@ private object ReadNbtField(Queue<byte> cache, int fieldType)
? key >> 5 // 1.8
: ReadNextVarInt(cache); // 1.9+


EntityMetaDataType type;
try
{
Expand Down
1 change: 0 additions & 1 deletion MinecraftClient/Protocol/Handlers/Protocol18.cs
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ internal bool HandlePacket(int packetId, Queue<byte> packetData)
}
catch (Exception innerException)
{
//throw;
if (innerException is ThreadAbortException || innerException is SocketException ||
innerException.InnerException is SocketException)
throw; //Thread abort or Connection lost rather than invalid data
Expand Down

0 comments on commit 3522a16

Please sign in to comment.