From cd3406ac199d2a8f8e1684cac7995fd36327fedc Mon Sep 17 00:00:00 2001 From: Natsumi Date: Thu, 21 Jan 2021 18:59:47 +1300 Subject: [PATCH] Fix error --- html/src/app.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index b28a5982..99a3495d 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -3444,9 +3444,7 @@ speechSynthesis.getVoices(); throw err1; }); if (this.isGameRunning) { - API.refreshPlayerModerations().catch((err1) => { - throw err1; - }); + API.refreshPlayerModerations(); } } this.checkActiveFriends();