mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Removed a comment
This commit is contained in:
parent
13de67b6f8
commit
3522a16b0d
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue