re-add the reload to src/game-data using window.location.reload()

This commit is contained in:
Sirz Benjie 2025-03-08 10:58:02 -06:00
parent 1749c483cb
commit 124c29f06d
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -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();
}
},
() => {