disable hellgates for production

This commit is contained in:
2025-03-15 13:31:55 -05:00
parent dd2707f6fb
commit afeb4f59bd
@@ -130,12 +130,12 @@ public enum SimulationManager {
} }
try{ //try{
HellgateManager.pulseHellgates(); // HellgateManager.pulseHellgates();
}catch(Exception e){ //}catch(Exception e){
Logger.error("Failed to pulse hellgates"); // Logger.error("Failed to pulse hellgates");
Logger.error(e.getMessage()); // Logger.error(e.getMessage());
} //}
SimulationManager.executionTime = Duration.between(startTime, Instant.now()); SimulationManager.executionTime = Duration.between(startTime, Instant.now());