Server crash on startup
chimericdream opened this issue ยท 5 comments
The latest version causes a server crash during startup. It's getting a NoClassDefFoundError
exception looking for net.minecraft.client.entity.EntityPlayerSP
. Here is the full crash log.
Looking id say its a SinglePlayer class trying to load in a multiplayer instance
oh yeah..it was a reference to Minecraft.class
in DankNullUtils.class
..The Minecraft
class is not accessible server-side. I had forgotten to annotate the method to be client-only.