From 9fc19a57a034bb3202087b67ce3cd43c2de9ae48 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 17 Jun 2023 11:07:41 +0200 Subject: [PATCH] chat_command_god_mode 1.0.3 Renamed the command from god to godmode Added aliases --- chat_commands/chat_command_god_mode.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_commands/chat_command_god_mode.gsc b/chat_commands/chat_command_god_mode.gsc index 4c51635..f9fcffa 100644 --- a/chat_commands/chat_command_god_mode.gsc +++ b/chat_commands/chat_command_god_mode.gsc @@ -2,7 +2,7 @@ Init() { - CreateCommand(level.chat_commands["ports"], "god", "function", ::GodModeCommand, 3, ["default_help_one_player"]); + CreateCommand(level.chat_commands["ports"], "godmode", "function", ::GodModeCommand, 3, ["default_help_one_player"], ["god"]); }