Fixed saves issues

This commit is contained in:
thepaperpilot 2021-08-20 21:14:08 -05:00
parent 00ddf767da
commit 3163b58ba6

View file

@ -18,6 +18,7 @@ export function getInitialStore(playerData: Partial<PlayerData> = {}): PlayerDat
time: Date.now(),
autosave: true,
offlineProd: true,
offlineTime: new Decimal(0),
timePlayed: new Decimal(0),
keepGoing: false,
lastTenTicks: [],