Add support for being in the mood to run on dedicated servers (#1211)
This commit is contained in:
parent
80e7b50dde
commit
e3cef5ee76
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue