fix bug not loading links correctly

This commit is contained in:
GenevensiS
2026-05-27 20:30:38 +02:00
parent 23463c4b96
commit 1a64496206
+3 -3
View File
@@ -202,11 +202,11 @@ void Set::validate(Version file_app_version) {
*/ */
// we want at least one card // we want at least one card
if (cards.empty()) cards.push_back(make_intrusive<Card>(*game)); if (cards.empty()) cards.push_back(make_intrusive<Card>(*game));
// build uid map
buildUIDMap();
// update scripts // update scripts
script_manager->updateAll(); script_manager->updateAll();
// build uid map
buildUIDMap();
// update_cards_scripts // update_cards_scripts
// first apply all the stylesheet scripts that are older than the first game script // first apply all the stylesheet scripts that are older than the first game script
// then apply the first game script // then apply the first game script