Skip to content

Commit

Permalink
smarter item hidden identity
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 6, 2021
1 parent f1bd633 commit 7c6fb36
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -98,6 +98,9 @@ public ObjectTag getObjectAttribute(Attribute attribute) {
public String getPropertyString() {
ListTag hidden = hides();
if (hidden.size() > 0) {
if (hidden.size() == ItemFlag.values().length) {
return "ALL";
}
return hidden.identify();
}
else {
Expand Down

0 comments on commit 7c6fb36

Please sign in to comment.