channels will now genrate new bump configs instead of freaking out when there is non

This commit is contained in:
rainbownapkin 2022-12-04 01:36:43 +00:00
parent 2227577138
commit c5b000a30a

View file

@ -622,8 +622,15 @@ AutobumpModule.prototype.loadConfig = function(_this){
if(err){ if(err){
console.log("[Autobump Config] " + err); console.log("[Autobump Config] " + err);
_this.agro = defAgro ;
_this.bumpFreq = defFreq;
_this.minBump = defMin;
_this.selmed = _this.lastHalfRandom;
_this.listsel = _this.smashList;
return; return;
} }
var data = JSON.parse(rdata); var data = JSON.parse(rdata);