Remove moderation log auto refresh

This commit is contained in:
Natsumi
2021-03-07 13:05:26 +13:00
parent 009ce76fc1
commit 31c7ea7cfe

View File

@@ -3598,9 +3598,6 @@ speechSynthesis.getVoices();
API.getCurrentUser().catch((err1) => { API.getCurrentUser().catch((err1) => {
throw err1; throw err1;
}); });
if (this.isGameRunning) {
API.refreshPlayerModerations();
}
} }
this.checkActiveFriends(); this.checkActiveFriends();
AppApi.CheckGameRunning().then(([isGameRunning, isGameNoVR]) => { AppApi.CheckGameRunning().then(([isGameRunning, isGameNoVR]) => {