v1.6.17.0 (Unto the Breach update)
This commit is contained in:
@@ -779,7 +779,7 @@ namespace Barotrauma
|
||||
{
|
||||
try
|
||||
{
|
||||
SaveUtil.LoadGame(saveFiles.OrderBy(file => file.SaveTime).Last().FilePath);
|
||||
SaveUtil.LoadGame(CampaignDataPath.CreateRegular(saveFiles.OrderBy(file => file.SaveTime).Last().FilePath));
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
@@ -1145,7 +1145,7 @@ namespace Barotrauma
|
||||
}
|
||||
GameSession.Campaign?.End();
|
||||
|
||||
SaveUtil.SaveGame(GameSession.SavePath);
|
||||
SaveUtil.SaveGame(GameSession.DataPath);
|
||||
}
|
||||
|
||||
if (Client != null)
|
||||
|
||||
Reference in New Issue
Block a user