mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Bug fix
This commit is contained in:
parent
77d858dc35
commit
c1a04fe5bf
12 changed files with 57 additions and 27 deletions
|
|
@ -243,6 +243,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
}
|
||||
catch (ObjectDisposedException) { }
|
||||
catch (OperationCanceledException) { }
|
||||
catch (NullReferenceException) { }
|
||||
|
||||
if (cancelToken.IsCancellationRequested)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue