From 2dc232b65ac907830529139f03574bfc68c4495b Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 17 Jun 2023 11:13:18 +0200 Subject: [PATCH] chat_command_unfair_aimbot 1.0.2 Added alias --- chat_commands/chat_command_unfair_aimbot.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_commands/chat_command_unfair_aimbot.gsc b/chat_commands/chat_command_unfair_aimbot.gsc index b83ba75..0848eb2 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, ["default_help_one_player"]); + CreateCommand(level.chat_commands["ports"], "unfairaimbot", "function", ::UnfairAimbotCommand, 4, ["default_help_one_player"], ["aimbot"]); }