mirror of https://github.com/LOOHP/Limbo.git
parent
728306ec88
commit
3d0c00bd73
4
pom.xml
4
pom.xml
|
|
@ -2,10 +2,10 @@
|
|||
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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.loohp.limbo</groupId>
|
||||
<groupId>com.loohp</groupId>
|
||||
<artifactId>Limbo</artifactId>
|
||||
<name>Limbo</name>
|
||||
<version>0.4.5-ALPHA</version>
|
||||
<version>0.4.4-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) {}
|
||||
} catch (Exception e) {e.printStackTrace();}
|
||||
|
||||
try {
|
||||
client_socket.close();
|
||||
|
|
|
|||
Loading…
Reference in New Issue