FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

BaseEntity.getRiddenByEntity() throws NullPointerException #100

Closed darkdiplomat closed 11 years ago

darkdiplomat commented 11 years ago

OEntity.n will be null if there isnt a rider, so calling BaseEntity.getRiddenByEntity() will throw a NullPointer just by doing entity.n.entity and n being null

ayyron-dev commented 11 years ago

I believe that was from pr. Regardless I'll look at it as well as the rest of these issues tomorrow.

14mRh4X0r commented 11 years ago

This issue has been fixed with #94