diff --git a/chat_commands/chat_command_unlimited_ammo.gsc b/chat_commands/chat_command_unlimited_ammo.gsc index f6c2594..8ffbc8d 100644 --- a/chat_commands/chat_command_unlimited_ammo.gsc +++ b/chat_commands/chat_command_unlimited_ammo.gsc @@ -2,7 +2,7 @@ Init() { - CreateCommand(level.commands_servers_ports, "unlimitedammo", "function", ::UnlimitedAmmoCommand, ["default_help_one_player"]); + CreateCommand(level.chat_commands["ports"], "unlimitedammo", "function", ::UnlimitedAmmoCommand, 3, ["default_help_one_player"]); }