Backup Save fixes.

This commit is contained in:
jianmingyong 2017-04-07 13:39:36 +08:00
parent 8f7c85bd64
commit 1dd67a2dba
1 changed files with 24 additions and 24 deletions

View File

@ -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")