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:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user