Or rather, the opposite of it
This commit is contained in:
		| @@ -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()) | ||||
|  | ||||
|         : | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user