Tweaks for issue #79

This commit is contained in:
MikeMaximus
2017-06-22 11:43:03 -06:00
parent 5fa746da8e
commit 97cf2618e3
7 changed files with 76 additions and 30 deletions
+1 -1
View File
@@ -1463,7 +1463,7 @@ Public Class frmMain
Private Sub CheckForSavedDuplicate()
For Each o As clsGame In oProcess.DuplicateList
If o.ProcessPath.ToLower = oProcess.GameInfo.ProcessPath.ToLower Then
If o.ProcessPath.ToLower = oProcess.GameInfo.ProcessPath.ToLower And o.Parameter = String.Empty Then
oProcess.GameInfo = o
oProcess.Duplicate = False
End If