forked from MagicBane/Server
hellgates maybe?
This commit is contained in:
@@ -130,6 +130,13 @@ public enum SimulationManager {
|
||||
|
||||
}
|
||||
|
||||
try{
|
||||
HellgateManager.pulseHellgates();
|
||||
}catch(Exception e){
|
||||
Logger.error("Failed to pulse hellgates");
|
||||
Logger.error(e.getMessage());
|
||||
}
|
||||
|
||||
SimulationManager.executionTime = Duration.between(startTime, Instant.now());
|
||||
|
||||
if (executionTime.compareTo(executionMax) > 0)
|
||||
|
||||
Reference in New Issue
Block a user