1
0
forked from akanyan/mu3-mods

fix(MPO): don't tap into toRatingFloat

Cleaner, safer, and should fix collab play
This commit is contained in:
2024-12-28 21:10:31 +00:00
parent c84898cb78
commit 566d17c230
5 changed files with 21 additions and 25 deletions

View File

@ -7,9 +7,8 @@ class patch_ANM_CMN_UserDeta_01: ANM_CMN_UserDeta_01 {
public extern void orig_setUserDetail();
public new void setUserDetail() {
rating.isDispSuffix = true;
rating.isRatingDisplay = true;
orig_setUserDetail();
rating.setForceDirty();
}
}