Fixed CommandGive

This commit is contained in:
Auxilor
2021-12-14 11:12:42 +00:00
parent 115824b380
commit 8d94c12898

View File

@@ -8,7 +8,7 @@ import org.bukkit.Bukkit
import org.bukkit.command.CommandSender
import org.bukkit.util.StringUtil
class CommandGive(plugin: EcoPlugin) : Subcommand(plugin, "reload", "talismans.commands.reload", false) {
class CommandGive(plugin: EcoPlugin) : Subcommand(plugin, "give", "talismans.commands.give", false) {
private val numbers = listOf(
"1",
"2",