Enable heap dump on server crash

This commit is contained in:
Anuken
2019-05-04 13:17:31 -04:00
parent b2b8cf2357
commit e8da206389
2 changed files with 2 additions and 2 deletions

View File

@@ -777,7 +777,7 @@ public class ServerControl implements ApplicationListener{
}
}
}catch(IOException e){
err("Terminating socket.");
err("Terminating socket server.");
e.printStackTrace();
}
});