diff options
| author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-07-02 02:47:20 +1000 |
|---|---|---|
| committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-07-02 02:47:20 +1000 |
| commit | 4a9e0f9ded8c4f2ed8a0ba3e1d32724887f6c3be (patch) | |
| tree | 017deeced9e1d59e0dd4e4d5d827124272d6a58a /src/Java/gtPlusPlus/plugin/sulfurchem | |
| parent | 81360a320daf83530cc9260068e13111759d2212 (diff) | |
| download | GT5-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.java | 2 |
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) |
