fix: remove an obsolete check
This commit is contained in:
parent
5bd9b5ae70
commit
8efe0a3a94
@ -51,8 +51,6 @@ public static class NaiveRating {
|
|||||||
foreach(Rating best in calcSane().Take(45)) {
|
foreach(Rating best in calcSane().Take(45)) {
|
||||||
res += best.rate100;
|
res += best.rate100;
|
||||||
}
|
}
|
||||||
return res > 0
|
return res / 45;
|
||||||
? res / 45
|
|
||||||
: Singleton<UserManager>.instance.Rating;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user