Remove check for players having at least one kill, to make the ingame player count match the player count on the web page.

This commit is contained in:
pricetx 2015-07-08 07:28:47 +00:00
parent d54692f388
commit 4959b0f8a6
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ sub getTotalPlayers
WHERE
game=?
AND hideranking = 0
AND kills >= 1
";
my $resultTotalPlayers = &::execCached("get_game_total_players", $query, &::quoteSQL($self->{game}));
my ($totalplayers) = $resultTotalPlayers->fetchrow_array;