From 4959b0f8a6b7aad479a0999062c1bdfd7006c17f Mon Sep 17 00:00:00 2001 From: pricetx Date: Wed, 8 Jul 2015 07:28:47 +0000 Subject: [PATCH] Remove check for players having at least one kill, to make the ingame player count match the player count on the web page. --- scripts/HLstats_Game.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/HLstats_Game.pm b/scripts/HLstats_Game.pm index 32a2d96..cf6303d 100644 --- a/scripts/HLstats_Game.pm +++ b/scripts/HLstats_Game.pm @@ -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;