From fe42a9e142dbe93e62f02b7cffa16431be9585c3 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 17 Jun 2023 11:10:02 +0200 Subject: [PATCH] chat_command_suicide 1.0.2 Added alias --- chat_commands/chat_command_suicide.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_commands/chat_command_suicide.gsc b/chat_commands/chat_command_suicide.gsc index 715b2a2..732e427 100644 --- a/chat_commands/chat_command_suicide.gsc +++ b/chat_commands/chat_command_suicide.gsc @@ -2,7 +2,7 @@ Init() { - CreateCommand(level.chat_commands["ports"], "suicide", "function", ::SuicideCommand, 1); + CreateCommand(level.chat_commands["ports"], "suicide", "function", ::SuicideCommand, 1, [], ["s"]); }