From e3cef5ee762640e1db15dc1e3f851eb19c30325a Mon Sep 17 00:00:00 2001 From: Nicholas Ignoffo Date: Wed, 7 Feb 2018 17:02:53 -0800 Subject: [PATCH] Add support for being in the mood to run on dedicated servers (#1211) --- .../WayofTime/bloodmagic/util/handler/event/ClientHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/WayofTime/bloodmagic/util/handler/event/ClientHandler.java b/src/main/java/WayofTime/bloodmagic/util/handler/event/ClientHandler.java index 2719671e..caa081bd 100644 --- a/src/main/java/WayofTime/bloodmagic/util/handler/event/ClientHandler.java +++ b/src/main/java/WayofTime/bloodmagic/util/handler/event/ClientHandler.java @@ -50,7 +50,7 @@ import org.lwjgl.opengl.GL11; import java.util.*; -@Mod.EventBusSubscriber(modid = BloodMagic.MODID) +@Mod.EventBusSubscriber(modid = BloodMagic.MODID, value = Side.CLIENT) @SideOnly(Side.CLIENT) public class ClientHandler { // Quick toggle for error suppression. Set to false if you wish to hide model errors.