mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
Fomatting
This commit is contained in:
parent
f4247a6746
commit
1bff94ac83
2 changed files with 12 additions and 12 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue