From 48e0eac4deaab1996322ad1670b72e84abc47613 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sun, 11 Nov 2018 01:49:33 -0500 Subject: [PATCH] Formatting --- Classic/scripts/autoexec/NoBaseRapeNotify.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Classic/scripts/autoexec/NoBaseRapeNotify.cs b/Classic/scripts/autoexec/NoBaseRapeNotify.cs index 380ec36..41609d5 100644 --- a/Classic/scripts/autoexec/NoBaseRapeNotify.cs +++ b/Classic/scripts/autoexec/NoBaseRapeNotify.cs @@ -20,10 +20,10 @@ function NBRStatusNotify( %game, %client, %respawn ) } //Off else if( $NoBaseRapeNotifyCount !$= 1 ) - { - messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Disabled.~wfx/misc/diagnostic_on.wav'); - $NoBaseRapeNotifyCount = 1; - } + { + messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Disabled.~wfx/misc/diagnostic_on.wav'); + $NoBaseRapeNotifyCount = 1; + } } }