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