mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Update EnableLogs.cs
Debrief Team condition
This commit is contained in:
parent
0d5681d516
commit
6830d80f77
|
|
@ -97,7 +97,10 @@ function ClassicChatLog(%client, %id, %team, %msg)
|
|||
if(strstr(%msg, "~w") != -1 || strstr(%msg, "flag") != -1)
|
||||
return;
|
||||
|
||||
%team = getTaggedString(Game.getTeamName(%team));
|
||||
if($countdownStarted)
|
||||
%team = getTaggedString(Game.getTeamName(%team));
|
||||
else
|
||||
%team = "Debrief";
|
||||
|
||||
if(%team $= "Unassigned")
|
||||
%team = "Observer";
|
||||
|
|
|
|||
Loading…
Reference in a new issue