From 9d1fc4c63ee1341729ec132871e5988e4f25283f Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Wed, 22 Mar 2023 02:55:28 +0100 Subject: [PATCH] chat_command_god_mode 1.0.1 Refactor --- chat_commands/chat_command_god_mode.gsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chat_commands/chat_command_god_mode.gsc b/chat_commands/chat_command_god_mode.gsc index 1876bf1..80fc795 100644 --- a/chat_commands/chat_command_god_mode.gsc +++ b/chat_commands/chat_command_god_mode.gsc @@ -74,6 +74,6 @@ DoGodMode(enabled) } else { - self disableInvulnerability(); + self DisableInvulnerability(); } -} \ No newline at end of file +}