diff --git a/html/src/app.js b/html/src/app.js
index 1cc4d305..b786ada4 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -3598,9 +3598,6 @@ speechSynthesis.getVoices();
API.getCurrentUser().catch((err1) => {
throw err1;
});
- if (this.isGameRunning) {
- API.refreshPlayerModerations();
- }
}
this.checkActiveFriends();
AppApi.CheckGameRunning().then(([isGameRunning, isGameNoVR]) => {