aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorTechnus <daniel112092@gmail.com>2017-08-22 10:57:55 +0200
committerTechnus <daniel112092@gmail.com>2017-08-22 10:57:55 +0200
commitbeacf52a7db51c15b9deeee490482c3c5b6d88b0 (patch)
tree8975916f71878d07d2427184edcaef9d6bffb153 /src/main/java
parentca0c96cff22641b72da222d1fb72ca33c9b00ede (diff)
downloadGT5-Unofficial-beacf52a7db51c15b9deeee490482c3c5b6d88b0.tar.gz
GT5-Unofficial-beacf52a7db51c15b9deeee490482c3c5b6d88b0.tar.bz2
GT5-Unofficial-beacf52a7db51c15b9deeee490482c3c5b6d88b0.zip
Revert "remove unused code"
This reverts commit ca0c96cff22641b72da222d1fb72ca33c9b00ede.
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java3
1 files changed, 3 insertions, 0 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 001e198d64..9344ec286b 100644
--- a/src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java
+++ b/src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java
@@ -22,6 +22,7 @@ public class TecTechConfig extends ConfigManager {
@Override
protected void PreInit() {
ModAdminErrorLogs_Enabled = false;
+ //DEBUG_MODE = false;
BOOM_ENABLE = true;
NERF_FUSION = false;
ENABLE_TURRET_EXPLOSIONS = true;
@@ -33,6 +34,8 @@ public class TecTechConfig extends ConfigManager {
protected void Init() {
ModAdminErrorLogs_Enabled = _mainConfig.getBoolean("AdminErrorLog", "Modules", ModAdminErrorLogs_Enabled,
"If set to true, every op/admin will receive all errors occoured during the startup phase as ingame message on join");
+ //DEBUG_MODE = _mainConfig.getBoolean("DebugPrint", "Debug", DEBUG_MODE,
+ // "Enables logging");
BOOM_ENABLE = _mainConfig.getBoolean("BoomEnable", "Features", BOOM_ENABLE,
"Set to false to disable explosions on everything bad that you can do");
NERF_FUSION = _mainConfig.getBoolean("NerfFusion", "Features", NERF_FUSION,