CODEBASE: Prepare for save data migration of next beta version (#2369)

This commit is contained in:
catloversg
2025-10-31 00:25:34 +07:00
committed by GitHub
parent a5cb2a97bd
commit a69ee132f9
+3
View File
@@ -551,6 +551,7 @@ Error: ${e}`,
}
if (found) Terminal.error("Filenames with whitespace found and corrected, see console for details.");
}
// Migrate save data related to the breaking changes in the first beta of v3.0.0.
if (ver < 44) {
try {
/**
@@ -637,6 +638,8 @@ Error: ${e}`,
}
unlocks.delete("VeChain");
}
}
if (ver < 45) {
showAPIBreaks("3.0.0", breakingChanges300);
}
}