From aa0adee90e3b6cb1b128b4828baac5f7e6381a8e Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Mon, 28 Apr 2025 21:37:10 -0400 Subject: [PATCH] Update game-data.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/system/game-data.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system/game-data.ts b/src/system/game-data.ts index 991f09ff7a2..751a794ae20 100644 --- a/src/system/game-data.ts +++ b/src/system/game-data.ts @@ -1350,7 +1350,6 @@ export class GameData { // TODO: Add `null`/`undefined` to the corresponding type signatures for this // (or prevent them from being null) // If the value is able to *not exist*, it should say so in the code - const sessionData = JSON.parse(dataStr, (k: string, v: any) => { // TODO: Add pre-parse migrate scripts switch (k) {