Removed a comment

This commit is contained in:
Anon 2024-02-21 17:40:39 +01:00
parent 13de67b6f8
commit 3522a16b0d
2 changed files with 0 additions and 2 deletions

View file

@ -686,7 +686,6 @@ namespace MinecraftClient.Protocol.Handlers
? key >> 5 // 1.8 ? key >> 5 // 1.8
: ReadNextVarInt(cache); // 1.9+ : ReadNextVarInt(cache); // 1.9+
EntityMetaDataType type; EntityMetaDataType type;
try try
{ {

View file

@ -452,7 +452,6 @@ namespace MinecraftClient.Protocol.Handlers
} }
catch (Exception innerException) catch (Exception innerException)
{ {
//throw;
if (innerException is ThreadAbortException || innerException is SocketException || if (innerException is ThreadAbortException || innerException is SocketException ||
innerException.InnerException is SocketException) innerException.InnerException is SocketException)
throw; //Thread abort or Connection lost rather than invalid data throw; //Thread abort or Connection lost rather than invalid data