diff --git a/chat_commands/chat_command_unfair_aimbot.gsc b/chat_commands/chat_command_unfair_aimbot.gsc index 3f96f98..c864517 100644 --- a/chat_commands/chat_command_unfair_aimbot.gsc +++ b/chat_commands/chat_command_unfair_aimbot.gsc @@ -2,7 +2,7 @@ Init() { - CreateCommand(level.chat_commands["ports"], "unfairaimbot", "function", ::UnfairAimbotCommand, 4, array("default_help_one_player")); + CreateCommand(level.chat_commands["ports"], "unfairaimbot", "function", ::UnfairAimbotCommand, 4, array("default_help_one_player"), array("aimbot")); }