From d0b5874dcb7676ec90ac3ae31d99efc2bf0a5f11 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 17 Jun 2023 10:29:19 +0200 Subject: [PATCH] chat_command_unlimited_ammo 1.0.1 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 ba4ed69..cfd109a 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, array("default_help_one_player")); + CreateCommand(level.chat_commands["ports"], "unlimitedammo", "function", ::UnlimitedAmmoCommand, 3, array("default_help_one_player"), array("ammo", "ua")); }