From b8b1e7c17e4fead5638bec77c9394666fa2cf5c2 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 17 Jun 2023 11:14:00 +0200 Subject: [PATCH] chat_command_wallhack 1.0.2 Added alias --- chat_commands/chat_command_wallhack.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_commands/chat_command_wallhack.gsc b/chat_commands/chat_command_wallhack.gsc index 8edc435..ce2dc67 100644 --- a/chat_commands/chat_command_wallhack.gsc +++ b/chat_commands/chat_command_wallhack.gsc @@ -2,7 +2,7 @@ Init() { - CreateCommand(level.chat_commands["ports"], "wallhack", "function", ::WallhackCommand, 4, ["default_help_one_player"]); + CreateCommand(level.chat_commands["ports"], "wallhack", "function", ::WallhackCommand, 4, ["default_help_one_player"], ["wh", "wall"]); }