From c5b000a30a2900ab59a9cb23fb6dff2863121bb9 Mon Sep 17 00:00:00 2001 From: rainbownapkin Date: Sun, 4 Dec 2022 01:36:43 +0000 Subject: [PATCH] channels will now genrate new bump configs instead of freaking out when there is non --- src/channel/autobump.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/channel/autobump.js b/src/channel/autobump.js index 0bc7a438..2be7a7f3 100644 --- a/src/channel/autobump.js +++ b/src/channel/autobump.js @@ -622,8 +622,15 @@ AutobumpModule.prototype.loadConfig = function(_this){ if(err){ console.log("[Autobump Config] " + err); + + _this.agro = defAgro ; + _this.bumpFreq = defFreq; + _this.minBump = defMin; + _this.selmed = _this.lastHalfRandom; + _this.listsel = _this.smashList; + return; - } + } var data = JSON.parse(rdata);