diff options
author | Technus <daniel112092@gmail.com> | 2017-08-22 10:51:06 +0200 |
---|---|---|
committer | Technus <daniel112092@gmail.com> | 2017-08-22 10:51:06 +0200 |
commit | f981fb8c975fa9240da468ec388175425f9399d8 (patch) | |
tree | d4a08aa1146fa51dc63055dd907cda4c726505e5 /src/main | |
parent | b93d024dc752581b4cbdef9c640c9df502eb874a (diff) | |
download | GT5-Unofficial-f981fb8c975fa9240da468ec388175425f9399d8.tar.gz GT5-Unofficial-f981fb8c975fa9240da468ec388175425f9399d8.tar.bz2 GT5-Unofficial-f981fb8c975fa9240da468ec388175425f9399d8.zip |
remove unused code
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java | 3 |
1 files changed, 0 insertions, 3 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 805401e6ba..b03f9b1a8a 100644 --- a/src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java +++ b/src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java @@ -22,7 +22,6 @@ 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; @@ -34,8 +33,6 @@ 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, |