Remove hack on level.livesCount for seekers.

master
Icedream 2016-04-02 21:49:35 +02:00
parent 0a1f966159
commit a9aca2a922
1 changed files with 0 additions and 3 deletions

View File

@ -292,9 +292,6 @@ onStartGameType()
maps\mp\gametypes\_rank::registerScoreInfo("headshot", 50);
maps\mp\gametypes\_rank::registerScoreInfo("assist", 20);
// life count
level.livesCount[game["seekers"]] = 1;
level updateGametypeDvars();
level thread levelReleaseTimer();