HZ related stuff

This commit is contained in:
2025-03-16 14:48:36 -05:00
parent d25109fcf6
commit a7b9fec032
2 changed files with 17 additions and 1 deletions
@@ -137,6 +137,13 @@ public enum SimulationManager {
// Logger.error(e.getMessage());
//}
try{
if(ZoneManager.hotZone != null && HotzoneManager.hotzoneMob != null && !HotzoneManager.hotzoneMob.isAlive()){
HotzoneManager.ClearHotzone();
}
}catch(Exception e){
}
SimulationManager.executionTime = Duration.between(startTime, Instant.now());
if (executionTime.compareTo(executionMax) > 0)