Merge pull request #23 from libraryaddict/UUID-Disguises

Always refresh the disguise. Some plugins like to set the entities health
This commit is contained in:
libraryaddict 2014-04-03 20:54:00 +13:00
commit 202929573e

View File

@ -399,11 +399,8 @@ public abstract class Disguise {
DisguiseUtilities.removeSelfDisguise((Player) getEntity()); DisguiseUtilities.removeSelfDisguise((Player) getEntity());
} }
// If the entity is not dead // Better refresh the entity to undisguise it
if (getEntity().isValid()) { DisguiseUtilities.refreshTrackers((TargetedDisguise) this);
// Better refresh the entity to undisguise it
DisguiseUtilities.refreshTrackers((TargetedDisguise) this);
}
} }
} else { } else {
// Loop through the disguises because it could be used with a unknown entity id. // Loop through the disguises because it could be used with a unknown entity id.