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 +}