Update EnableLogs.cs

Debrief Team condition
This commit is contained in:
ChocoTaco1 2020-07-12 14:10:52 -04:00
parent 0d5681d516
commit 6830d80f77

View file

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