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

Commit

Permalink
Re-Enable Client Side Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bartimaeusnek authored Jan 31, 2021
1 parent 6637412 commit 64b72d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/github/bartimaeusnek/bartworks/MainMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ public void preInit(FMLPreInitializationEvent preinit) {
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. " +
Expand Down

0 comments on commit 64b72d3

Please sign in to comment.