mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 17:12:44 +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
|
// TODO: Add `null`/`undefined` to the corresponding type signatures for this
|
||||||
// (or prevent them from being null)
|
// (or prevent them from being null)
|
||||||
// If the value is able to *not exist*, it should say so in the code
|
// If the value is able to *not exist*, it should say so in the code
|
||||||
|
|
||||||
const sessionData = JSON.parse(dataStr, (k: string, v: any) => {
|
const sessionData = JSON.parse(dataStr, (k: string, v: any) => {
|
||||||
// TODO: Add pre-parse migrate scripts
|
// TODO: Add pre-parse migrate scripts
|
||||||
switch (k) {
|
switch (k) {
|
||||||
|
Loading…
Reference in New Issue
Block a user