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)) {
|
||||
res += best.rate100;
|
||||
}
|
||||
return res > 0
|
||||
? res / 45
|
||||
: Singleton<UserManager>.instance.Rating;
|
||||
return res / 45;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user