mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 00:24:35 +00:00
Took out ResetNotify
This commit is contained in:
parent
9a0ae70e21
commit
d1a590948a
1 changed files with 0 additions and 2 deletions
|
|
@ -871,8 +871,6 @@ function CTFGame::gameOver(%game)
|
||||||
for(%j = 1; %j <= %game.numTeams; %j++)
|
for(%j = 1; %j <= %game.numTeams; %j++)
|
||||||
$TeamScore[%j] = 0;
|
$TeamScore[%j] = 0;
|
||||||
|
|
||||||
ResetNotify::MissionEnd( %game, %client );
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function CTFGame::onClientDamaged(%game, %clVictim, %clAttacker, %damageType, %implement, %damageLoc)
|
function CTFGame::onClientDamaged(%game, %clVictim, %clAttacker, %damageType, %implement, %damageLoc)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue