mirror of
https://github.com/LOOHP/Limbo.git
synced 2026-06-07 13:31:43 +00:00
Suppress socket errors
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<groupId>com.loohp</groupId>
|
||||
<artifactId>Limbo</artifactId>
|
||||
<name>Limbo</name>
|
||||
<version>0.4.4-ALPHA</version>
|
||||
<version>0.4.5-ALPHA</version>
|
||||
|
||||
<description>Standalone Limbo Minecraft Server.</description>
|
||||
<url>https://github.com/LOOHP/Limbo</url>
|
||||
|
||||
@@ -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