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