forked from MagicBane/Server
player update handled in new thread
This commit is contained in:
@@ -151,7 +151,7 @@ public enum SimulationManager {
|
||||
|
||||
if (player == null)
|
||||
continue;
|
||||
player.update();
|
||||
player.update(false);
|
||||
}
|
||||
|
||||
_updatePulseTime = System.currentTimeMillis() + 500;
|
||||
|
||||
Reference in New Issue
Block a user