optimized run time

This commit is contained in:
2025-02-04 17:03:46 -06:00
parent 7d1570fdca
commit 93a975dd42
6 changed files with 12 additions and 20 deletions
@@ -158,7 +158,7 @@ public enum SimulationManager {
if (player == null)
continue;
try {
player.update(true);
player.update(false);
}catch(Exception e){
}