From a65440b8afcd4d0062165449f5292838f8c323b5 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 17 Jun 2023 10:27:34 +0200 Subject: [PATCH] chat_command_kick 1.0.1 Added alias --- chat_commands/chat_command_kick.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_commands/chat_command_kick.gsc b/chat_commands/chat_command_kick.gsc index 0b18ffb..6a439e8 100644 --- a/chat_commands/chat_command_kick.gsc +++ b/chat_commands/chat_command_kick.gsc @@ -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")); }