mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-21 15:52:18 +02:00
re-add the reload to src/game-data using window.location.reload()
This commit is contained in:
parent
1749c483cb
commit
124c29f06d
@ -1635,9 +1635,11 @@ export class GameData {
|
|||||||
`An error occurred while updating ${dataName} data. Please contact the administrator.`,
|
`An error occurred while updating ${dataName} data. Please contact the administrator.`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
window.location.reload();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
window.location.reload();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
() => {
|
() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user