Bug fix with marking augmentations as owned in Player.augmentations

This commit is contained in:
Daniel Xie
2017-06-28 14:21:04 -05:00
parent 8305c68d59
commit bc282daf08
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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();
}