mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Fix forever loading avatar
This commit is contained in:
@@ -13527,6 +13527,13 @@ speechSynthesis.getVoices();
|
|||||||
if (typeof ref2 !== 'undefined') {
|
if (typeof ref2 !== 'undefined') {
|
||||||
D.ref = ref2;
|
D.ref = ref2;
|
||||||
this.updateVRChatAvatarCache();
|
this.updateVRChatAvatarCache();
|
||||||
|
if (
|
||||||
|
ref2.releaseStatus !== 'public' &&
|
||||||
|
ref2.authorId !== API.currentUser.id
|
||||||
|
) {
|
||||||
|
D.loading = false;
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
API.getAvatar({avatarId})
|
API.getAvatar({avatarId})
|
||||||
.then((args) => {
|
.then((args) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user