Crash with fakePlayer
Namikon opened this issue ยท 4 comments
Heya,
we're getting this crash on our Server as soon as the chunk is loaded:
java.lang.ClassCastException: thaumic.tinkerer.common.block.tile.tablet.TabletFakePlayer cannot be cast to net.minecraft.entity.player.EntityPlayerMP at com.arc.bloodarsenal.common.BloodArsenalEventHooks.onEntityDamaged(BloodArsenalEventHooks.java:78)
Could you add an instanceof check to that cast?