Several fixes

Fix Alerts bot not displaying several occurences in a row
Fix Script bot not displaying in console what it is performing
Fix IOException not caught when connection is lost
This commit is contained in:
ORelio 2014-07-01 14:10:29 +02:00
parent d295f3b181
commit cfb313fa01
5 changed files with 13 additions and 2 deletions

View file

@ -593,6 +593,7 @@ namespace MinecraftClient.Protocol.Handlers
return true;
}
catch (SocketException) { return false; }
catch (System.IO.IOException) { return false; }
}
public bool SendRespawnPacket()