forked from MagicBane/Server
HZ related stuff
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user