EchoPet

EchoPet

882k Downloads

Server crash

PhanaticD opened this issue ยท 4 comments

commented

http://pastebin.com/mvN97GrZ

echopet 371
spigot 1368

commented

Thanks @1Rogue :)

commented

yay

commented

\o/

commented

Potentially due to an NPE that could slide through here if the owner is null:

https://github.com/DSH105/EchoPet/blob/master/modules/v1_7_R2/src/main/java/io/github/dsh105/echopet/compat/nms/v1_7_R2/entity/EntityPet.java#L305

Potentially adding a return if the player owner is null (hence the first check)?