Or rather, the opposite of it
This commit is contained in:
parent
a4f9666cd0
commit
0f09a92e75
@ -368,7 +368,7 @@ public abstract class Disguise {
|
|||||||
public boolean isRemoveDisguiseOnDeath() {
|
public boolean isRemoveDisguiseOnDeath() {
|
||||||
return getEntity() instanceof Player ?
|
return getEntity() instanceof Player ?
|
||||||
|
|
||||||
(((Player) getEntity()).isOnline() ? !isKeepDisguiseOnPlayerLogout() : !isKeepDisguiseOnPlayerDeath())
|
(!((Player) getEntity()).isOnline() ? !isKeepDisguiseOnPlayerLogout() : !isKeepDisguiseOnPlayerDeath())
|
||||||
|
|
||||||
:
|
:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user