From 2a2b958e3ce2a40b02e014efd4f0614b98a92058 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 4 Oct 2022 00:10:56 +0100 Subject: [PATCH] Minor tweak --- .../main/kotlin/com/willfp/ecoenchants/enchants/EnchantGUI.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/EnchantGUI.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/EnchantGUI.kt index 9cd359a4..1e827c80 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/EnchantGUI.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/EnchantGUI.kt @@ -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 ->