Archived
0

Zond:fix: корректное завершение работы Zond

This commit is contained in:
2017-07-19 00:18:21 +03:00
parent 630c20124e
commit feda0de924
2 changed files with 4 additions and 2 deletions

View File

@@ -51,7 +51,9 @@ public class Connector {
public void shutdown() {
stopReconnect();
client.disconnect();
if (client != null) {
client.disconnect();
}
}
public void sendPacket(Packet packet) {