mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-31 13:17:21 +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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
const systemData = pokerogueApi.savedata.system.verify({clientSessionId});
|
const systemData = await pokerogueApi.savedata.system.verify({clientSessionId});
|
||||||
|
|
||||||
if (systemData) {
|
if (systemData) {
|
||||||
this.scene.clearPhaseQueue();
|
this.scene.clearPhaseQueue();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user