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