forked from Cookies_Github_mirror/AquaDX
fix: subtrophies on userbox not showing up correctly
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
if (ubKey == 'namePlateId') ubKey = 'nameplateId'
|
||||
if (ubKey == 'systemVoiceId') ubKey = 'voiceId'
|
||||
return [{ iKey, ubKey: ubKey as keyof UserBox,
|
||||
items: profile.items.filter(x => x.itemKind === iKind)
|
||||
items: profile.items.filter(x => x.itemKind === iKind || (iKey == "trophy" && x.itemKind == 3))
|
||||
}]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user