Made server close when core is destroyed
This commit is contained in:
@@ -135,4 +135,8 @@ public class Packets {
|
||||
public static class EntityRequestPacket{
|
||||
public int id;
|
||||
}
|
||||
|
||||
public static class GameOverPacket{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,6 +38,7 @@ public class Registrator {
|
||||
BlockConfigPacket.class,
|
||||
EntityRequestPacket.class,
|
||||
ConnectConfirmPacket.class,
|
||||
GameOverPacket.class,
|
||||
|
||||
Class.class,
|
||||
byte[].class,
|
||||
|
||||
Reference in New Issue
Block a user