diff --git a/src/engine/gameManager/SimulationManager.java b/src/engine/gameManager/SimulationManager.java index 6044d8f7..5ab5abea 100644 --- a/src/engine/gameManager/SimulationManager.java +++ b/src/engine/gameManager/SimulationManager.java @@ -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());