Fix clients_max field name

This commit is contained in:
ShadowNinja
2015-01-09 17:13:11 -05:00
parent f7a448123f
commit 3e59b9c8ca

View File

@@ -296,7 +296,7 @@ class ServerList:
points += min(8, server["game_time"] / (60*60*24*30))
# -8 for unrealistic max_clients
if server["max_clients"] >= 128:
if server["clients_max"] >= 128:
points -= 8
# -8 per second of ping