9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-23 08:59:24 +00:00

Fixed not met line display

This commit is contained in:
Auxilor
2022-05-16 13:39:36 +01:00
parent dc7a095eb9
commit f81bf62d98
2 changed files with 4 additions and 4 deletions

View File

@@ -119,11 +119,11 @@ class ReforgesDisplay(private val plugin: ReforgesPlugin) : DisplayModule(plugin
if (player != null) {
val lines = reforge.getNotMetLines(player)
val lines = reforge.getNotMetLines(player).map { Display.PREFIX + it }
if (lines.isNotEmpty()) {
lore.add("")
lore.addAll(lines.map { Display.PREFIX + it })
lore.add(Display.PREFIX)
lore.addAll(lines)
}
}
}

View File

@@ -1,4 +1,4 @@
#libreforge-updater
#Sun May 15 14:27:17 BST 2022
version=4.71.3
version=4.71.4
plugin-name=Reforges