chat_command_wallhack 1.0.2

Added alias
This commit is contained in:
Resxt 2023-06-17 11:14:00 +02:00
parent 84648e3457
commit b8b1e7c17e

View File

@ -2,7 +2,7 @@
Init() 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"]);
} }