Skip to content

Commit

Permalink
Hide "Locked" from locked garden plots
Browse files Browse the repository at this point in the history
  • Loading branch information
j10a1n15 committed Dec 8, 2023
1 parent 5283fea commit 93986db
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ class InformationGetter {
"§a✌ §",
"Points: ",
"Challenge:",
*dungeonClassList.toTypedArray()
*dungeonClassList.toTypedArray(),
"§cLocked"
)

extraLines = sidebarLines.filter { line -> !knownLines.any { line.trim().contains(it) } }
Expand Down

0 comments on commit 93986db

Please sign in to comment.