Better player interpolation, block nearby usage fixes

This commit is contained in:
Anuken
2018-02-03 14:39:18 -05:00
parent 6a235a4833
commit 938a946419
11 changed files with 43 additions and 65 deletions

View File

@@ -293,13 +293,6 @@ public class KryoServer implements ServerProvider {
Log.err(e);
}
Log.info("Disposed server.");
for(Thread thread : Thread.getAllStackTraces().keySet()){
if(!thread.isDaemon()){
Log.info(thread.toString());
thread.interrupt();
}
}
}
private void handleException(Throwable e){