Fix error

This commit is contained in:
Natsumi
2021-01-21 18:59:47 +13:00
parent 04d19b547f
commit cd3406ac19

View File

@@ -3444,9 +3444,7 @@ speechSynthesis.getVoices();
throw err1;
});
if (this.isGameRunning) {
API.refreshPlayerModerations().catch((err1) => {
throw err1;
});
API.refreshPlayerModerations();
}
}
this.checkActiveFriends();