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:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user