diff --git a/html/src/app.js b/html/src/app.js
index ac7ee240..45f8e1b9 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -2123,6 +2123,7 @@ speechSynthesis.getVoices();
API.$on('LOGIN', function () {
this.cachedPlayerModerations.clear();
+ $app.playerModerationTable.lastRunLength = 0;
this.isPlayerModerationsLoading = false;
this.refreshPlayerModerations();
});