Merged in pricetx/hlstatsx-community-edition (pull request #4)
Resolved issue where rank was artificially high if points were below 1000.
This commit is contained in:
		
						commit
						1777b706ae
					
				@ -1061,7 +1061,6 @@ sub getRank
 | 
			
		||||
			WHERE
 | 
			
		||||
				game=?
 | 
			
		||||
				AND hideranking = 0
 | 
			
		||||
				AND kills >= 1
 | 
			
		||||
				AND (
 | 
			
		||||
						(skill > ?) OR (
 | 
			
		||||
							(skill = ?) AND ((kills/IF(deaths=0,1,deaths)) > ?)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user