Fixed keys showing up in reroll GUI

This commit is contained in:
Auxilor
2022-07-12 15:11:04 +01:00
parent 40995ca916
commit 57d96f58e7

View File

@@ -26,10 +26,6 @@ object ReRollGUI {
setTitle(plugin.configYml.getFormattedString("reroll.title"))
for (crate in Crates.values()) {
crate.addToKeyGUI(this)
}
setSlot(
plugin.configYml.getInt("reroll.accept.row"),
plugin.configYml.getInt("reroll.accept.column"),