Skip to content

Commit

Permalink
fix gamedata verify missing await
Browse files Browse the repository at this point in the history
  • Loading branch information
flx-sta committed Oct 4, 2024
1 parent e66bced commit 6468502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/game-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6468502

Please sign in to comment.