mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 00:52:47 +02:00
Update game-data.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
0b9c411912
commit
aa0adee90e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user