mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 07:34:36 +00:00
Formatting
This commit is contained in:
parent
4088775c14
commit
a9bc48fa53
1 changed files with 1 additions and 2 deletions
|
|
@ -779,7 +779,7 @@ function CTFGame::beginStalemate(%game)
|
||||||
{
|
{
|
||||||
messageAll( 'MsgStalemate', "\c3Anti turtle initialized. Flags will be returned to bases in " @ $Host::ClassicAntiTurtleTime @ " minutes.");
|
messageAll( 'MsgStalemate', "\c3Anti turtle initialized. Flags will be returned to bases in " @ $Host::ClassicAntiTurtleTime @ " minutes.");
|
||||||
%game.turtleSchedule = %game.schedule($Host::ClassicAntiTurtleTime * 60000, "antiTurtle");
|
%game.turtleSchedule = %game.schedule($Host::ClassicAntiTurtleTime * 60000, "antiTurtle");
|
||||||
error(formatTimeString("HH:nn:ss") SPC "Anti-Turtle thread beginning now - ID:" SPC %game.turtleSchedule);
|
error(formatTimeString("HH:nn:ss") SPC "Anti-Turtle thread beginning now - ID:" SPC %game.turtleSchedule);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1227,7 +1227,6 @@ function CTFGame::awardScoreFlagTouch(%game, %cl, %flag)
|
||||||
//tinman - needed to remove all game calls to "eval" for the PURE server...
|
//tinman - needed to remove all game calls to "eval" for the PURE server...
|
||||||
%game.schedule(%game.TOUCH_DELAY_MS, resetDontScoreTimer, %team);
|
%game.schedule(%game.TOUCH_DELAY_MS, resetDontScoreTimer, %team);
|
||||||
//schedule(%game.TOUCH_DELAY_MS, 0, eval, "$dontScoreTimer["@%team@"] = false;");
|
//schedule(%game.TOUCH_DELAY_MS, 0, eval, "$dontScoreTimer["@%team@"] = false;");
|
||||||
//schedule(%game.TOUCH_DELAY_MS, 0, eval, "$dontScoreTimer["@%team@"] = false;");
|
|
||||||
$TeamScore[%team] += %game.SCORE_PER_TEAM_FLAG_TOUCH;
|
$TeamScore[%team] += %game.SCORE_PER_TEAM_FLAG_TOUCH;
|
||||||
messageAll('MsgTeamScoreIs', "", %team, $TeamScore[%team]);
|
messageAll('MsgTeamScoreIs', "", %team, $TeamScore[%team]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue