HZ related stuff

This commit is contained in:
2025-03-16 15:19:32 -05:00
parent 128f677d0e
commit 8c9696a3f9
2 changed files with 33 additions and 1 deletions
@@ -143,6 +143,11 @@ public enum SimulationManager {
}
}catch(Exception e){
}
try{
HotzoneManager.pulse();
}catch(Exception e){
}
SimulationManager.executionTime = Duration.between(startTime, Instant.now());