From 84648e34571dc0a44dec4c081d0de733192b4479 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 17 Jun 2023 11:13:47 +0200 Subject: [PATCH] chat_command_unlimited_ammo 1.0.2 Added alias --- chat_commands/chat_command_unlimited_ammo.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]); }