mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-09 20:47:00 -04:00
fix bug not loading links correctly
This commit is contained in:
+3
-3
@@ -202,11 +202,11 @@ void Set::validate(Version file_app_version) {
|
||||
*/
|
||||
|
||||
// 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
|
||||
script_manager->updateAll();
|
||||
// build uid map
|
||||
buildUIDMap();
|
||||
// update_cards_scripts
|
||||
// first apply all the stylesheet scripts that are older than the first game script
|
||||
// then apply the first game script
|
||||
|
||||
Reference in New Issue
Block a user