Skip to content

Commit 9b90e3b

Browse files
fix(time): Options not restored
The "Fix cryochambers" and "Turn on chronofurnaces" options were not restored from saves.
1 parent 4655d5b commit 9b90e3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/userscript/source/settings/TimeSettings.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,8 @@ export class TimeSettings extends SettingTrigger {
7474
building.enabled = item?.enabled ?? building.enabled;
7575
building.max = item?.max ?? building.max;
7676
});
77+
78+
this.fixCryochambers.load(settings.fixCryochambers);
79+
this.turnOnChronoFurnace.load(settings.turnOnChronoFurnace);
7780
}
7881
}

0 commit comments

Comments
 (0)