Better player interpolation, block nearby usage fixes
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user