mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
bugfix
This commit is contained in:
+1
-2
@@ -5884,8 +5884,7 @@ if (window.CefSharp) {
|
|||||||
D.avatars = [];
|
D.avatars = [];
|
||||||
D.isWorldsLoading = false;
|
D.isWorldsLoading = false;
|
||||||
D.isAvatarsLoading = false;
|
D.isAvatarsLoading = false;
|
||||||
for (var key in API.world) {
|
for (var ref of API.cachedWorlds.values()) {
|
||||||
var ref = API.cachedWorlds.get(key);
|
|
||||||
if (ref.authorId === D.id) {
|
if (ref.authorId === D.id) {
|
||||||
D.worlds.push(ref);
|
D.worlds.push(ref);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user