Posts by llife

    llife added a new version:

    Quote

    update to fix the error... one day i will learn to proof read my script to make sure everything is correct...

    llife added a new file:

    i made a fix for custom traders for your AIO, just added a enable true/false to the config and js of trader files in your mod. with it enabled will work as usual, with disabled custom traders now work...

    Code
    updateTime() {
            const mod = this.modConfig;
            const trader = this.traderConfig;
            trader.updateTime = mod.UpdateTime.updateTime;
            this.logger.info(`Update Time Set to ${mod.UpdateTime.updateTime}`);
        }