|
|
|
@ -130,12 +130,12 @@ public enum SimulationManager {
@@ -130,12 +130,12 @@ public enum SimulationManager {
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
try{ |
|
|
|
|
HellgateManager.pulseHellgates(); |
|
|
|
|
}catch(Exception e){ |
|
|
|
|
Logger.error("Failed to pulse hellgates"); |
|
|
|
|
Logger.error(e.getMessage()); |
|
|
|
|
} |
|
|
|
|
//try{
|
|
|
|
|
// HellgateManager.pulseHellgates();
|
|
|
|
|
//}catch(Exception e){
|
|
|
|
|
// Logger.error("Failed to pulse hellgates");
|
|
|
|
|
// Logger.error(e.getMessage());
|
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
SimulationManager.executionTime = Duration.between(startTime, Instant.now()); |
|
|
|
|
|
|
|
|
|