9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2026-01-06 15:51:32 +00:00

Fixed close name

This commit is contained in:
Auxilor
2021-08-29 12:34:27 +01:00
parent 513d780224
commit 14be897fa0

View File

@@ -180,7 +180,7 @@ public class ReforgeGUI {
plugin.getConfigYml().getInt("gui.close.location.column"),
Slot.builder(
new ItemStackBuilder(closeMaterial)
.setDisplayName(plugin.getLangYml().getString("gui.close.material"))
.setDisplayName(plugin.getLangYml().getString("menu.close"))
.build()
).onLeftClick((event, slot) -> {
event.getWhoClicked().closeInventory();