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"]); }