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:
		
							parent
							
								
									4b38adc52a
								
							
						
					
					
						commit
						d54692f388
					
				@ -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);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user