mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-21 14:55:17 +01:00
Minor tweak
This commit is contained in:
parent
30c25ac16a
commit
2a2b958e3c
@ -259,7 +259,7 @@ private fun EcoEnchant.getInformationSlot(plugin: EcoEnchantsPlugin): Slot {
|
||||
)
|
||||
}
|
||||
.flatMap {
|
||||
WordUtils.wrap(it, 40, "\n", false)
|
||||
WordUtils.wrap(it, 45, "\n", false)
|
||||
.lines()
|
||||
.map { s -> s.replaceInWrappable() }
|
||||
.mapIndexed { index, s ->
|
||||
|
Loading…
Reference in New Issue
Block a user