Don't commit code in a hurry like that...

1008-fix
krzys-h 2018-05-08 23:47:50 +02:00
parent f03c3dbc10
commit 0baf9f8077
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ void CScoreboard::UpdateObjectCount()
assert(rule->winTeam != 0);
int count = rule->CountObjects();
int countDiff = count - rule->lastCount;
printf("%d %d\n", count, countDiff);
if (countDiff != 0)
{
rule->lastCount = count;