From afeb4f59bd92254cb099fc09e2dd0c35a521b57c Mon Sep 17 00:00:00 2001 From: FatBoy-DOTC Date: Sat, 15 Mar 2025 13:31:55 -0500 Subject: [PATCH] disable hellgates for production --- src/engine/gameManager/SimulationManager.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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());