Fixed issue with Herobrine despawning and respawning not working properly.

This commit is contained in:
David Berdik 2021-07-08 14:10:00 -04:00
parent ef619088a7
commit 42469f1710

View File

@ -79,7 +79,7 @@ public class HumanNPC {
public void removeFromWorld() {
try {
entity.getLevel().getChunkProvider().removeEntity(entity);
entity.getBukkitEntity().remove();
} catch (Exception e) {
e.printStackTrace();
}