Backup Save fixes.
This commit is contained in:
parent
8f7c85bd64
commit
1dd67a2dba
|
@ -994,7 +994,8 @@ Public Class MainMenuScreen
|
|||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
|
||||
End If
|
||||
Else
|
||||
' Disable the older support for security reason.
|
||||
Try
|
||||
If File.Exists(GameController.GamePath + "/Backup Save/" + Core.GameJoltSave.GameJoltID.ToString() + "/Encrypted/Apricorns.dat") AndAlso
|
||||
|
@ -1020,7 +1021,6 @@ Public Class MainMenuScreen
|
|||
End Try
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
#If DEBUG Then
|
||||
If Not Directory.Exists(GameController.GamePath & "/Backup Save/" & GameJoltSave.GameJoltID.ToString() & "/Overwrite") Then
|
||||
Directory.CreateDirectory(GameController.GamePath & "/Backup Save/" & GameJoltSave.GameJoltID.ToString() & "/Overwrite")
|
||||
|
|
Loading…
Reference in New Issue