1
0
mirror of https://github.com/LOOHP/Limbo.git synced 2026-06-08 05:51:43 +00:00

bump version

This commit is contained in:
LOOHP
2021-09-07 22:40:38 +08:00
parent cfb6608498
commit d460ca735b
2 changed files with 1 additions and 2 deletions
@@ -357,7 +357,6 @@ public class ClientConnection extends Thread {
break;
}
} catch (Exception e) {
e.printStackTrace();
client_socket.close();
state = ClientState.DISCONNECTED;
}