aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/plugin/sulfurchem
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-07-02 02:47:20 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-07-02 02:47:20 +1000
commit4a9e0f9ded8c4f2ed8a0ba3e1d32724887f6c3be (patch)
tree017deeced9e1d59e0dd4e4d5d827124272d6a58a /src/Java/gtPlusPlus/plugin/sulfurchem
parent81360a320daf83530cc9260068e13111759d2212 (diff)
downloadGT5-Unofficial-4a9e0f9ded8c4f2ed8a0ba3e1d32724887f6c3be.tar.gz
GT5-Unofficial-4a9e0f9ded8c4f2ed8a0ba3e1d32724887f6c3be.tar.bz2
GT5-Unofficial-4a9e0f9ded8c4f2ed8a0ba3e1d32724887f6c3be.zip
+ Added extra GTNH checks on old circuit features.
- Disabled Sulfuric Chem for the time being. $ Tried to fix all the recipes I borked.
Diffstat (limited to 'src/Java/gtPlusPlus/plugin/sulfurchem')
-rw-r--r--src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java b/src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java
index 1ff99a3ddb..c125e26016 100644
--- a/src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java
+++ b/src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java
@@ -30,7 +30,7 @@ public class Core_SulfuricChemistry implements IPlugin {
@Override
public boolean preInit() {
- if (/*CORE.ConfigSwitches.enableSulfuricAcidFix || */CORE.DEVENV) {
+ if (/*CORE.ConfigSwitches.enableSulfuricAcidFix || *//*CORE.DEVENV*/false) {
shouldLoad = true;
}
if (shouldLoad)