Net-server: remove suspicious sleep

This commit is contained in:
Jakub Valtar
2018-01-22 19:50:06 +01:00
parent f6b08df336
commit bb6c9a568a

View File

@@ -327,9 +327,6 @@ public class Server implements Runnable {
e.printStackTrace();
thread = null;
}
try {
Thread.sleep(8);
} catch (InterruptedException ex) { }
}
}