Took out ResetNotify

This commit is contained in:
ChocoTaco 2018-11-10 19:56:40 -05:00
parent 9a0ae70e21
commit d1a590948a

View file

@ -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)