From 3163b58ba68defd66eabaa53719164b96c990dd4 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Fri, 20 Aug 2021 21:14:08 -0500 Subject: [PATCH] Fixed saves issues --- src/util/save.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/save.ts b/src/util/save.ts index ccf6a53..e46b561 100644 --- a/src/util/save.ts +++ b/src/util/save.ts @@ -18,6 +18,7 @@ export function getInitialStore(playerData: Partial = {}): PlayerDat time: Date.now(), autosave: true, offlineProd: true, + offlineTime: new Decimal(0), timePlayed: new Decimal(0), keepGoing: false, lastTenTicks: [],