channels will now genrate new bump configs instead of freaking out when there is non
This commit is contained in:
parent
2227577138
commit
c5b000a30a
|
|
@ -622,6 +622,13 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue