Message cleanup / Player target reset

This commit is contained in:
Anuken
2018-12-10 14:10:54 -05:00
parent 271dcd46bc
commit 8debf8caf8
2 changed files with 4 additions and 0 deletions

View File

@@ -90,6 +90,8 @@ public class KryoServer implements ServerProvider{
threads.runDelay(() -> {
try{
Net.handleServerReceived(k.id, object);
}catch(ValidateException e){
Log.err("Validate failed: {0} ({1})", e.player.name, e.getMessage());
}catch(Exception e){
e.printStackTrace();
}