diff options
author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2021-01-31 15:56:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 15:56:38 +0100 |
commit | be929d0caef6c4a467074d8f39d60611f0e9c61f (patch) | |
tree | 217177268e86d1c07b63658c101ad15d3793859d /src | |
parent | ea5026c2d72eaf1e4d8a9bf14ef05d81925e69f1 (diff) | |
parent | c40941421085d601357e596b1e6f0c4dae529e6a (diff) | |
download | GT5-Unofficial-be929d0caef6c4a467074d8f39d60611f0e9c61f.tar.gz GT5-Unofficial-be929d0caef6c4a467074d8f39d60611f0e9c61f.tar.bz2 GT5-Unofficial-be929d0caef6c4a467074d8f39d60611f0e9c61f.zip |
Merge branch 'master' into master
Former-commit-id: d5ed28406c3b493a9cc8b776153a07a3f2deeb6a
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/com/github/bartimaeusnek/bartworks/MainMod.java | 6 |
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 +} |