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