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