Skip to content

Commit

Permalink
[SaveEdit] Reset save path when creating a new save.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbed committed Jun 24, 2019
1 parent e2a3791 commit 5954a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/Gibbed.Borderlands2.SaveEdit/ShellViewModel.cs
Expand Up @@ -294,6 +294,7 @@ private void DoNewSaveFromPlayerClass(PlayerClassDefinition playerClass)
this.Backpack.ImportData(saveFile.SaveGame, saveFile.Platform);
this.Bank.ImportData(saveFile.SaveGame, saveFile.Platform);
this.FastTravel.ImportData(saveFile.SaveGame);
this.SavePath = null;
this.SaveFile = saveFile;
this.MaybeSwitchToGeneral();
}
Expand Down

0 comments on commit 5954a2a

Please sign in to comment.