Fomatting

This commit is contained in:
ChocoTaco 2022-02-18 15:54:51 -05:00
parent f4247a6746
commit 1bff94ac83
2 changed files with 12 additions and 12 deletions

View file

@ -626,12 +626,12 @@ function CTFGame::flagCap(%game, %player)
if($Host::ClassicEvoStats) if($Host::ClassicEvoStats)
{ {
%record = false; %record = false;
%mincheck = false; %mincheck = false;
if($TotalTeamPlayerCount >= $Host::MinFlagRecordPlayerCount) if($TotalTeamPlayerCount >= $Host::MinFlagRecordPlayerCount)
%mincheck = true; %mincheck = true;
if(%game.totalFlagHeldTime[%flag]) if(%game.totalFlagHeldTime[%flag])
{ {
%held2 = getSimTime() - %game.totalFlagHeldTime[%flag]; %held2 = getSimTime() - %game.totalFlagHeldTime[%flag];
%realtime = %game.formatTime(%held2, true); %realtime = %game.formatTime(%held2, true);
%tm = %client.team; %tm = %client.team;

View file

@ -851,12 +851,12 @@ function SCtFGame::flagCap(%game, %player)
if($Host::ClassicEvoStats) if($Host::ClassicEvoStats)
{ {
%record = false; %record = false;
%mincheck = false; %mincheck = false;
if($TotalTeamPlayerCount >= $Host::MinFlagRecordPlayerCount) if($TotalTeamPlayerCount >= $Host::MinFlagRecordPlayerCount)
%mincheck = true; %mincheck = true;
if(%game.totalFlagHeldTime[%flag]) if(%game.totalFlagHeldTime[%flag])
{ {
%held2 = getSimTime() - %game.totalFlagHeldTime[%flag]; %held2 = getSimTime() - %game.totalFlagHeldTime[%flag];
%realtime = %game.formatTime(%held2, true); %realtime = %game.formatTime(%held2, true);
%tm = %client.team; %tm = %client.team;