Petadmin remove broken (build 459)
andrewkm opened this issue ยท 3 comments
https://github.com/DSH105/EchoPet/blob/master/modules/EchoPet/src/main/java/com/dsh105/echopet/commands/PetAdminCommand.java#L316 calls a method which tries to make calls from a null player object. Should use offline player or UUIDFetcher if offlineplayer has never played before.
I was going to just do this myself but it required more than I wanted to mess with without talking to @DSH105.
This commit should fix this issue: DSH105/Commodus@b77ea51
You will have to wait until the internal rewrites are finished before this is included in EchoPet :).