fix(Protocol18.cs): OperationCanceledException when /reco or /quit

fix(Protocol18.cs): OperationCanceledException when /reco or /quit
This commit is contained in:
Anon 2024-01-30 10:15:56 +01:00 committed by GitHub
commit 1e60b611e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -293,6 +293,10 @@ namespace MinecraftClient.Protocol.Handlers
break;
}
}
catch (OperationCanceledException)
{
break;
}
catch (System.IO.IOException)
{
break;