fix duplicate global-bottom-lore

This commit is contained in:
kforbro
2023-04-03 19:41:54 +03:00
parent ab8f1e1f2d
commit ee2f024606

View File

@@ -91,10 +91,6 @@ class ShopItemSlot(
addLoreLines(
plugin.langYml.getStrings("quick-sell")
)
addLoreLines(
plugin.configYml.getStrings("shop-items.global-bottom-lore.sell").formatEco(player)
)
}
}