Suppress socket errors

This commit is contained in:
LOOHP 2021-04-19 13:26:40 +08:00
parent 12b501faf7
commit 728306ec88
2 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.loohp</groupId> <groupId>com.loohp.limbo</groupId>
<artifactId>Limbo</artifactId> <artifactId>Limbo</artifactId>
<name>Limbo</name> <name>Limbo</name>
<version>0.4.4-ALPHA</version> <version>0.4.5-ALPHA</version>
<description>Standalone Limbo Minecraft Server.</description> <description>Standalone Limbo Minecraft Server.</description>
<url>https://github.com/LOOHP/Limbo</url> <url>https://github.com/LOOHP/Limbo</url>

View File

@ -451,7 +451,7 @@ public class ClientConnection extends Thread {
} }
} catch (Exception e) {e.printStackTrace();} } catch (Exception e) {}
try { try {
client_socket.close(); client_socket.close();