Fix error

This commit is contained in:
Natsumi
2021-01-21 18:59:47 +13:00
parent 04d19b547f
commit cd3406ac19
+1 -3
View File
@@ -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();