mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 21:42:20 +02: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…
Reference in New Issue
Block a user