9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2026-01-04 15:41:40 +00:00

Fixed open command broken from previous commit

This commit is contained in:
_OfTeN_
2022-01-25 20:26:15 +03:00
parent d9f19aaf9c
commit 04f7a746b8

View File

@@ -29,6 +29,7 @@ class CommandOpen(
plugin.configYml.getDouble("gui.open-sound.pitch").toFloat()
)
}
menu.open(player)
}
override fun tabComplete(sender: CommandSender, args: List<String>): List<String> {