mirror of https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr synced 2024-11-16 22:44:32 +01:00

Save config after loading to add new parameters

This commit is contained in:
magicalunicorn 2019-09-15 16:38:31 +02:00
parent afca360cee
commit 44e37986ff

View File

@ -16,6 +16,7 @@ module.exports = class ConfigService {
};
this.loadConfig();
this.saveConfig();
}
loadConfig() {