forked from akanyan/mu3-mods
fix(MPO): don't tap into toRatingFloat
Cleaner, safer, and should fix collab play
This commit is contained in:
@ -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();
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user