mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Fix error
This commit is contained in:
+1
-3
@@ -3444,9 +3444,7 @@ speechSynthesis.getVoices();
|
|||||||
throw err1;
|
throw err1;
|
||||||
});
|
});
|
||||||
if (this.isGameRunning) {
|
if (this.isGameRunning) {
|
||||||
API.refreshPlayerModerations().catch((err1) => {
|
API.refreshPlayerModerations();
|
||||||
throw err1;
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.checkActiveFriends();
|
this.checkActiveFriends();
|
||||||
|
|||||||
Reference in New Issue
Block a user