mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 08:34:43 +00:00
Formatting
This commit is contained in:
parent
4088775c14
commit
a9bc48fa53
1 changed files with 1 additions and 2 deletions
|
|
@ -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