mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-16 03:37:18 +00:00
fix typo in rankings description
This commit is contained in:
parent
7c4a7c0c15
commit
361c73f7b1
@ -28,7 +28,7 @@
|
||||
// A player that gets good times at all styles should be ranked high.
|
||||
//
|
||||
// Total player points are weighted in the following way: (descending sort of points)
|
||||
// points[0] * 0.975^0 + points[1] * 0.975^1 + points[2] * 0.975^2 + ... + points[n] * 0.975^(n-1)
|
||||
// points[0] * 0.975^0 + points[1] * 0.975^1 + points[2] * 0.975^2 + ... + points[n] * 0.975^n
|
||||
//
|
||||
// The ranking leaderboard will be calculated upon: map start.
|
||||
// Points are calculated per-player upon: connection/map.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user