mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-19 07:20:57 +00:00
fix gamedata verify missing await
This commit is contained in:
parent
e66bceded3
commit
6468502fda
@ -707,7 +707,7 @@ export class GameData {
|
||||
return true;
|
||||
}
|
||||
|
||||
const systemData = pokerogueApi.savedata.system.verify({clientSessionId});
|
||||
const systemData = await pokerogueApi.savedata.system.verify({clientSessionId});
|
||||
|
||||
if (systemData) {
|
||||
this.scene.clearPhaseQueue();
|
||||
|
Loading…
x
Reference in New Issue
Block a user