Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 64b72d3

Browse files
Re-Enable Client Side Warning
1 parent 6637412 commit 64b72d3

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/com/github/bartimaeusnek/bartworks

1 file changed

+2
-2
lines changed

src/main/java/com/github/bartimaeusnek/bartworks/MainMod.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ public void preInit(FMLPreInitializationEvent preinit) {
109109
LoaderReference.init(); //Check for ALL the mods.
110110

111111
if (LoaderReference.miscutils) {
112-
//if (SideReference.Side.Client)
113-
//ClientGTppWarning();
112+
if (SideReference.Side.Client)
113+
ClientGTppWarning();
114114

115115
MainMod.LOGGER.error("BartWorks was NOT meant to be played with GT++," +
116116
" since GT++'s Multiblocks break the Platinum Processing chain. " +

0 commit comments

Comments
 (0)