Open trashbyte opened 6 years ago
Brain slimes from primitive mobs "ride" entities when they attach to them. EntityChocobo assumes all riders are EntityPlayer inside travel(), which causes a crash if a rider is not a player. Stack trace here: https://pastebin.com/6pGStsYJ
travel()
I made a PR with the fix: https://github.com/Xalcon/ChocoCraft3/pull/24.
Brain slimes from primitive mobs "ride" entities when they attach to them. EntityChocobo assumes all riders are EntityPlayer inside
travel()
, which causes a crash if a rider is not a player. Stack trace here: https://pastebin.com/6pGStsYJ