diff options
-rw-r--r-- | src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java b/src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java index 9344ec286b..805401e6ba 100644 --- a/src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java +++ b/src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java @@ -12,7 +12,7 @@ public class TecTechConfig extends ConfigManager { public boolean ModAdminErrorLogs_Enabled; //final static to allow compiler to remove the debug code when this is false - public static final boolean DEBUG_MODE = true; + public static final boolean DEBUG_MODE = false; public boolean BOOM_ENABLE; public boolean NERF_FUSION; public boolean ENABLE_TURRET_EXPLOSIONS; |