Browse Source

disable hellgates for production

lakebane
FatBoy-DOTC 3 weeks ago
parent
commit
afeb4f59bd
  1. 12
      src/engine/gameManager/SimulationManager.java

12
src/engine/gameManager/SimulationManager.java

@ -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());

Loading…
Cancel
Save