Fixed updated import flag for issue #140

This commit is contained in:
MikeMaximus
2018-06-26 09:48:57 -06:00
parent 8ad4810011
commit 478721dbd1
+3
View File
@@ -425,6 +425,9 @@ Public Class clsGame
If FolderSave <> oGame.FolderSave Then
Return False
End If
If AppendTimeStamp <> oGame.AppendTimeStamp Then
Return False
End If
If MonitorOnly <> oGame.MonitorOnly Then
Return False
End If