Skip to content

Commit

Permalink
re-add the reload to src/game-data using window.location.reload()
Browse files Browse the repository at this point in the history
  • Loading branch information
SirzBenjie committed Mar 8, 2025
1 parent 1749c48 commit 124c29f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/system/game-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
},
() => {
Expand Down

0 comments on commit 124c29f

Please sign in to comment.