mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 18:22:58 +02:00
CODEBASE: Prepare for save data migration of next beta version (#2369)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user