chat_command_norecoil 1.0.2

Added alias
This commit is contained in:
Resxt 2023-06-17 11:08:33 +02:00
parent 2ad3b0c022
commit a13533c855

View File

@ -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"]);
}