mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-11 14:14:33 +00:00
Formatting
This commit is contained in:
parent
d8158b7e76
commit
40be14dad6
2 changed files with 4 additions and 8 deletions
|
|
@ -42,7 +42,7 @@ function NBRAssetSound( %game, %sourceObject )
|
|||
{
|
||||
%client = %sourceObject;
|
||||
|
||||
if( !%client.NBRAssetSoundMsgPlayed )
|
||||
if( !%client.NBRAssetSoundMsgPlayed && $CurrentMissionType $= "CTF" && $Host::EnableNoBaseRapeNotify && !$Host::TournamentMode && $Host::EvoNoBaseRapeEnabled )
|
||||
{
|
||||
messageClient(%sourceObject.client, 'MsgNoBaseRapeNotify', '\c2No Base Rape is enabled until %1 players.', $Host::EvoNoBaseRapeClassicPlayerCount );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue