aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2020-12-18 18:04:51 +0100
committerDreamMasterXXL <dream-master@gmx.net>2021-01-30 11:03:48 +0100
commitc40941421085d601357e596b1e6f0c4dae529e6a (patch)
tree95c452328300a9d1be0a9829259cf6e9ba831953 /src
parentd86495046d2106b5e5ab190e380a2f94156087de (diff)
downloadGT5-Unofficial-c40941421085d601357e596b1e6f0c4dae529e6a.tar.gz
GT5-Unofficial-c40941421085d601357e596b1e6f0c4dae529e6a.tar.bz2
GT5-Unofficial-c40941421085d601357e596b1e6f0c4dae529e6a.zip
Update MainMod.java
(cherry picked from commit c51b5fec03cb907f993609b984d346fad3e8a1c2) Former-commit-id: 298687a4c05df0f3436891fb1dcb1f153c2008e4
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/github/bartimaeusnek/bartworks/MainMod.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/MainMod.java b/src/main/java/com/github/bartimaeusnek/bartworks/MainMod.java
index 6ba2dec96d..4723d9c6ac 100644
--- a/src/main/java/com/github/bartimaeusnek/bartworks/MainMod.java
+++ b/src/main/java/com/github/bartimaeusnek/bartworks/MainMod.java
@@ -109,8 +109,8 @@ public final class MainMod {
LoaderReference.init(); //Check for ALL the mods.
if (LoaderReference.miscutils) {
- if (SideReference.Side.Client)
- ClientGTppWarning();
+ //if (SideReference.Side.Client)
+ //ClientGTppWarning();
MainMod.LOGGER.error("BartWorks was NOT meant to be played with GT++," +
" since GT++'s Multiblocks break the Platinum Processing chain. " +
@@ -234,4 +234,4 @@ public final class MainMod {
GT_Recipe.GT_Recipe_Map.sMappings.forEach(GT_Recipe.GT_Recipe_Map::reInit);
}
-} \ No newline at end of file
+}