Or rather, the opposite of it

This commit is contained in:
libraryaddict 2014-05-24 05:05:02 +12:00
parent a4f9666cd0
commit 0f09a92e75

View File

@ -368,7 +368,7 @@ public abstract class Disguise {
public boolean isRemoveDisguiseOnDeath() {
return getEntity() instanceof Player ?
(((Player) getEntity()).isOnline() ? !isKeepDisguiseOnPlayerLogout() : !isKeepDisguiseOnPlayerDeath())
(!((Player) getEntity()).isOnline() ? !isKeepDisguiseOnPlayerLogout() : !isKeepDisguiseOnPlayerDeath())
: