mirror of
https://github.com/LOOHP/Limbo.git
synced 2026-06-08 05:51:43 +00:00
Suppress socket errors
This commit is contained in:
@@ -451,7 +451,7 @@ public class ClientConnection extends Thread {
|
||||
|
||||
}
|
||||
|
||||
} catch (Exception e) {e.printStackTrace();}
|
||||
} catch (Exception e) {}
|
||||
|
||||
try {
|
||||
client_socket.close();
|
||||
|
||||
Reference in New Issue
Block a user