diff --git a/web/pages/game.php b/web/pages/game.php index eb87044..9722398 100644 --- a/web/pages/game.php +++ b/web/pages/game.php @@ -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);