mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 15:22:19 +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.`,
|
||||
);
|
||||
}
|
||||
window.location.reload();
|
||||
});
|
||||
});
|
||||
} else {
|
||||
window.location.reload();
|
||||
}
|
||||
},
|
||||
() => {
|
||||
|
Loading…
Reference in New Issue
Block a user