chat_command_kick 1.0.1

Added alias
This commit is contained in:
Resxt 2023-06-17 11:07:56 +02:00
parent 9fc19a57a0
commit 2d8bbd2a9c

View File

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