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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user