`BlockScaffoldDynamic` crashes on servers (on startup)
abel1502 opened this issue ยท 1 comments
The issue is a java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
, and I've tracked it down to mc.thePlayer
in printHook()
:
I believe it needs a @SideOnly(Side.CLIENT)
to fix this