Only count players who have not elected to hide their rank for the player statistics at the top of the web page.

This commit is contained in:
pricetx 2015-07-08 07:27:22 +00:00
parent 4b38adc52a
commit d54692f388
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ For support and installation notes visit http://www.hlxcommunity.com
hlstats_Players
WHERE
game='$game'
AND hideranking = 0
";
$result = $db->query($query);
list($total_players) = $db->fetch_row($result);