From 31c7ea7cfe724e396fcffc2d910d8f355b11079c Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sun, 7 Mar 2021 13:05:26 +1300 Subject: [PATCH] Remove moderation log auto refresh --- html/src/app.js | 3 --- 1 file changed, 3 deletions(-) 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]) => {