From c9f227c0f926b7ee7408221c3d778a9ef73f58c9 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sun, 9 Feb 2020 00:28:35 +0100 Subject: [PATCH] This appears to do exactly nothing? --- src/ext/lib/comms/CommsServer.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ext/lib/comms/CommsServer.js b/src/ext/lib/comms/CommsServer.js index 3d4ba4d..adb5486 100644 --- a/src/ext/lib/comms/CommsServer.js +++ b/src/ext/lib/comms/CommsServer.js @@ -92,7 +92,6 @@ class CommsServer { () => { this.settings.active.sites['@global'].autoar = "blacklist"; this.settings.save(); - this.sendToAll({cmd: "reload-settings", sender: "uwbg"}) this.logger.log('info', 'comms', "[uw-bg] autoar set to enabled (blacklist). evidenz:", this.settings.active); } ], @@ -105,7 +104,6 @@ class CommsServer { this.settings.active.arDetect.disabledReason = 'User disabled'; } this.settings.save(); - this.sendToAll({cmd: 'reload-settings', newConf: this.settings.active}); this.logger.log('info', 'comms', "[uw-bg] autoar set to disabled. evidenz:", this.settings.active); } ], @@ -117,7 +115,6 @@ class CommsServer { var timeout = message.timeout < 4 ? 4 : message.timeout; this.settings.active.arDetect.timer_playing = timeout; this.settings.save(); - this.sendToAll({cmd: 'reload-settings', newConf: this.settings.active}); } ], 'logging-stop-and-save': [ // TODO: possibly never used/superseded — check