Formatting

This commit is contained in:
ChocoTaco 2018-11-11 01:49:33 -05:00
parent 9b48e153c1
commit 48e0eac4de

View file

@ -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;
}
}
}