Clean up for issue #37

This commit is contained in:
Michael J. Seiferling
2016-03-05 13:39:48 -06:00
parent 730305b694
commit 93c9b1a5ee
+2 -2
View File
@@ -33,10 +33,10 @@ Public Class mgrRestore
If Not oCheckGame.Temporary Then If Not oCheckGame.Temporary Then
If Path.IsPathRooted(oCheckGame.Path) Then If Path.IsPathRooted(oCheckGame.Path) Then
oCheckBackup.AbsolutePath = True oCheckBackup.AbsolutePath = True
oCheckBackup.RestorePath = oCheckGame.Path
Else Else
oCheckBackup.RestorePath = oCheckGame.Path oCheckBackup.AbsolutePath = False
End If End If
oCheckBackup.RestorePath = oCheckGame.Path
End If End If
End Sub End Sub