9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-28 03:19:29 +00:00

Updated libreforge

This commit is contained in:
Auxilor
2022-05-16 13:11:33 +01:00
parent 0df4338aa3
commit dc7a095eb9
3 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ class ReforgesDisplay(private val plugin: ReforgesPlugin) : DisplayModule(plugin
if (lines.isNotEmpty()) {
lore.add("")
lore.addAll(lines)
lore.addAll(lines.map { Display.PREFIX + it })
}
}
}