This commit is contained in:
pypy
2020-01-11 22:21:05 +09:00
parent 9c07956a0c
commit 22d129a4c3

View File

@@ -5884,8 +5884,7 @@ if (window.CefSharp) {
D.avatars = [];
D.isWorldsLoading = false;
D.isAvatarsLoading = false;
for (var key in API.world) {
var ref = API.cachedWorlds.get(key);
for (var ref of API.cachedWorlds.values()) {
if (ref.authorId === D.id) {
D.worlds.push(ref);
}