mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-04-26 05:55:22 +00:00
Update EnableLogs.cs
Debrief Team condition
This commit is contained in:
parent
0d5681d516
commit
6830d80f77
1 changed files with 4 additions and 1 deletions
|
|
@ -97,7 +97,10 @@ function ClassicChatLog(%client, %id, %team, %msg)
|
||||||
if(strstr(%msg, "~w") != -1 || strstr(%msg, "flag") != -1)
|
if(strstr(%msg, "~w") != -1 || strstr(%msg, "flag") != -1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
%team = getTaggedString(Game.getTeamName(%team));
|
if($countdownStarted)
|
||||||
|
%team = getTaggedString(Game.getTeamName(%team));
|
||||||
|
else
|
||||||
|
%team = "Debrief";
|
||||||
|
|
||||||
if(%team $= "Unassigned")
|
if(%team $= "Unassigned")
|
||||||
%team = "Observer";
|
%team = "Observer";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue