mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Extend routing 2
This commit is contained in:
parent
5f08ae7412
commit
6749919437
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ export function fixOldSave(
|
|||
if (oldVersion !== undefined && oldVersion < "0.6") {
|
||||
if ((player.layers?.main as typeof main)?.day !== undefined) {
|
||||
(player.layers?.main as typeof main).day.value = Math.min(
|
||||
(player.layers.main as typeof main).day.value,
|
||||
(player.layers?.main as typeof main).day.value,
|
||||
23
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue