mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
bugfix
This commit is contained in:
@@ -5593,7 +5593,9 @@ CefSharp.BindObjectAsync(
|
|||||||
done: () => {
|
done: () => {
|
||||||
var array = Array.from(map.values());
|
var array = Array.from(map.values());
|
||||||
array.sort(compareByName);
|
array.sort(compareByName);
|
||||||
|
if (D.id === params.userId) {
|
||||||
D.worlds = array;
|
D.worlds = array;
|
||||||
|
}
|
||||||
D.isWorldsLoading = false;
|
D.isWorldsLoading = false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -5639,7 +5641,9 @@ CefSharp.BindObjectAsync(
|
|||||||
done: () => {
|
done: () => {
|
||||||
var array = Array.from(map.values());
|
var array = Array.from(map.values());
|
||||||
array.sort(compareByName);
|
array.sort(compareByName);
|
||||||
|
if (D.id === params.userId) {
|
||||||
D.avatars = array;
|
D.avatars = array;
|
||||||
|
}
|
||||||
D.isAvatarsLoading = false;
|
D.isAvatarsLoading = false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user