Fix handicap
This commit is contained in:
@@ -34,7 +34,7 @@ class MacMahonSolver(round: Int,
|
||||
|
||||
override fun HandicapParams.pseudoRank(pairable: Pairable): Int {
|
||||
if (useMMS) {
|
||||
return pairable.mms.roundToInt()
|
||||
return pairable.mms.roundToInt() + Pairable.MIN_RANK
|
||||
} else {
|
||||
return pairable.rank
|
||||
}
|
||||
|
Reference in New Issue
Block a user