mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 12:27:07 +02:00
Bug fix with marking augmentations as owned in Player.augmentations
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ loadImportedGame = function(saveObj, saveString) {
|
||||
}
|
||||
}
|
||||
if (CONSTANTS.Version == "0.23.0") {
|
||||
Augmentations = JSON.parse(saveObj.AugmentationsSave, Reviver);
|
||||
tempAugmentations = JSON.parse(saveObj.AugmentationsSave, Reviver);
|
||||
}
|
||||
createNewUpdateText();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user