mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Catch exception while moving cursor in ConsoleIO
- ConsoleIO bug report by ibspa. - Also: NullReferenceException when closing connection
This commit is contained in:
parent
a5bf62bc94
commit
e8a8ca4e7a
2 changed files with 23 additions and 11 deletions
|
|
@ -85,6 +85,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
}
|
||||
}
|
||||
catch (SocketException) { return false; }
|
||||
catch (NullReferenceException) { return false; }
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue