aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/plugin/sulfurchem
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/plugin/sulfurchem')
-rw-r--r--src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java b/src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java
index 92dae4e913..6da6ddccaa 100644
--- a/src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java
+++ b/src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java
@@ -85,6 +85,16 @@ public class Core_SulfuricChemistry implements IPlugin {
}
@Override
+ public boolean serverStart() {
+ return false;
+ }
+
+ @Override
+ public boolean serverStop() {
+ return false;
+ }
+
+ @Override
public String getPluginName() {
return "GT++ Revised Sulfuric Chemistry Module";
}