And now servers should be able to run (I actually tested it this time >_>)
This commit is contained in:
parent
37a924d61c
commit
bce3c97c8a
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,8 @@ import net.minecraftforge.client.event.RenderPlayerEvent;
|
|||
import cpw.mods.fml.common.Loader;
|
||||
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
|
||||
import cpw.mods.fml.relauncher.ReflectionHelper;
|
||||
import cpw.mods.fml.relauncher.Side;
|
||||
import cpw.mods.fml.relauncher.SideOnly;
|
||||
|
||||
public class CapeEventHandler
|
||||
{
|
||||
|
@ -41,6 +43,7 @@ public class CapeEventHandler
|
|||
}
|
||||
|
||||
@SubscribeEvent
|
||||
@SideOnly(Side.CLIENT)
|
||||
public void onPreRenderSpecials(RenderPlayerEvent.Specials.Pre event)
|
||||
{
|
||||
if (Loader.isModLoaded("shadersmod"))
|
||||
|
|
Loading…
Reference in a new issue