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

@ -452,7 +452,6 @@ namespace MinecraftClient.Protocol.Handlers
}
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