From a13533c85514d6b69c364456ace840d487cd29d0 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 17 Jun 2023 11:08:33 +0200 Subject: [PATCH] chat_command_norecoil 1.0.2 Added alias --- chat_commands/chat_command_norecoil.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_commands/chat_command_norecoil.gsc b/chat_commands/chat_command_norecoil.gsc index 57132fe..699eee7 100644 --- a/chat_commands/chat_command_norecoil.gsc +++ b/chat_commands/chat_command_norecoil.gsc @@ -2,7 +2,7 @@ Init() { - CreateCommand(level.chat_commands["ports"], "norecoil", "function", ::NoRecoilCommand, 3, ["default_help_one_player"]); + CreateCommand(level.chat_commands["ports"], "norecoil", "function", ::NoRecoilCommand, 3, ["default_help_one_player"], ["nr"]); }