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:
parent
d54692f388
commit
4959b0f8a6
@ -92,7 +92,6 @@ sub getTotalPlayers
|
|||||||
WHERE
|
WHERE
|
||||||
game=?
|
game=?
|
||||||
AND hideranking = 0
|
AND hideranking = 0
|
||||||
AND kills >= 1
|
|
||||||
";
|
";
|
||||||
my $resultTotalPlayers = &::execCached("get_game_total_players", $query, &::quoteSQL($self->{game}));
|
my $resultTotalPlayers = &::execCached("get_game_total_players", $query, &::quoteSQL($self->{game}));
|
||||||
my ($totalplayers) = $resultTotalPlayers->fetchrow_array;
|
my ($totalplayers) = $resultTotalPlayers->fetchrow_array;
|
||||||
|
Loading…
Reference in New Issue
Block a user