Skip to content

Commit

Permalink
Updated not-met-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Nov 11, 2023
1 parent 2121aab commit deaf41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class TalismanDisplay(plugin: EcoPlugin) : DisplayModule(plugin, DisplayPriority

if (player != null) {
val provided = ItemProvidedHolder(talisman, itemStack)
val lines = talisman.conditions.getNotMetLines(player, provided).map { Display.PREFIX + it }
val lines = provided.getNotMetLines(player).map { Display.PREFIX + it }

if (lines.isNotEmpty()) {
lore.add(Display.PREFIX)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#libreforge-updater
#Fri Nov 10 13:59:12 GMT 2023
kotlin.code.style=official
libreforge-version=4.41.0
libreforge-version=4.42.0
version=6.40.0

0 comments on commit deaf41b

Please sign in to comment.