Display correct player count when opening user dialog

This commit is contained in:
Natsumi
2021-04-17 19:46:12 +12:00
parent af1214af37
commit d34185be0b
+5
View File
@@ -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;
}); });