chat_command_suicide 1.0.2

Added alias
This commit is contained in:
Resxt 2023-06-17 11:10:02 +02:00
parent 9b637ffa91
commit fe42a9e142

View File

@ -2,7 +2,7 @@
Init() Init()
{ {
CreateCommand(level.chat_commands["ports"], "suicide", "function", ::SuicideCommand, 1); CreateCommand(level.chat_commands["ports"], "suicide", "function", ::SuicideCommand, 1, [], ["s"]);
} }