Skip to content

Commit

Permalink
make mod client side only
Browse files Browse the repository at this point in the history
I wonder why it wasn't before
  • Loading branch information
way2muchnoise committed Mar 27, 2018
1 parent e94e7fe commit ec5a58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/betteradvancements/BetterAdvancements.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import net.minecraftforge.fml.common.SidedProxy;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;

@Mod(modid = Reference.ID, name = Reference.NAME, guiFactory = Reference.MOD_GUI_FACTORY, version = Reference.VERSION_FULL)
@Mod(modid = Reference.ID, name = Reference.NAME, guiFactory = Reference.MOD_GUI_FACTORY, version = Reference.VERSION_FULL, clientSideOnly = true)
public class BetterAdvancements {
@SidedProxy(clientSide = Reference.CLIENT_PROXY, serverSide = Reference.SERVER_PROXY)
public static CommonProxy proxy;
Expand Down

0 comments on commit ec5a58e

Please sign in to comment.