We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4655d5b commit 9b90e3bCopy full SHA for 9b90e3b
packages/userscript/source/settings/TimeSettings.ts
@@ -74,5 +74,8 @@ export class TimeSettings extends SettingTrigger {
74
building.enabled = item?.enabled ?? building.enabled;
75
building.max = item?.max ?? building.max;
76
});
77
+
78
+ this.fixCryochambers.load(settings.fixCryochambers);
79
+ this.turnOnChronoFurnace.load(settings.turnOnChronoFurnace);
80
}
81
0 commit comments