chat_command_kick 1.0.1

Added alias
This commit is contained in:
Resxt 2023-06-17 10:27:34 +02:00
parent 4208adea38
commit a65440b8af

View File

@ -2,7 +2,7 @@
Init()
{
CreateCommand(level.chat_commands["ports"], "kick", "function", ::KickCommand, 4, array("default_help_one_player"));
CreateCommand(level.chat_commands["ports"], "kick", "function", ::KickCommand, 4, array("default_help_one_player"), array("k"));
}