make sure mc entity is null when despawning

This commit is contained in:
aPunch 2012-01-29 13:14:10 -06:00
parent 3e03dfa35b
commit 26917d7f1c

View File

@ -33,6 +33,7 @@ public class CitizensNPC extends AbstractNPC {
Bukkit.getPluginManager().callEvent(new NPCDespawnEvent(this));
manager.despawn(this);
mcEntity = null;
getTrait(Spawned.class).setSpawned(false);
return true;