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