mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
Display correct player count when opening user dialog
This commit is contained in:
@@ -7733,6 +7733,11 @@ speechSynthesis.getVoices();
|
||||
API.getUser(args.params);
|
||||
}
|
||||
this.getAvatarName(args);
|
||||
if (D.ref.$location.worldId) {
|
||||
API.getWorld({
|
||||
worldId: D.ref.$location.worldId
|
||||
});
|
||||
}
|
||||
}
|
||||
return args;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user