UI: Fix some DevMenu react errors, add number of exploits to savegame comparison (#825)

This commit is contained in:
missymae#2783
2023-10-02 21:28:16 -06:00
committed by GitHub
parent 7b00fcc5b1
commit 673efb427f
7 changed files with 54 additions and 30 deletions

View File

@@ -178,7 +178,7 @@ export class PlayerObject extends Person implements IPlayer {
isMember("AugmentationName", ownedAug.name),
);
player.updateSkillLevels();
// Converstion code for Player.sourceFiles is here instead of normal save conversion area because it needs
// Conversion code for Player.sourceFiles is here instead of normal save conversion area because it needs
// to happen earlier for use in the savegame comparison tool.
if (Array.isArray(player.sourceFiles)) {
// Expect pre-2.3 sourcefile format here.