mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +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);
|
API.getUser(args.params);
|
||||||
}
|
}
|
||||||
this.getAvatarName(args);
|
this.getAvatarName(args);
|
||||||
|
if (D.ref.$location.worldId) {
|
||||||
|
API.getWorld({
|
||||||
|
worldId: D.ref.$location.worldId
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return args;
|
return args;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user