Stop detection after Wine prefix detection/path conversion failures

This commit is contained in:
MikeMaximus
2018-10-12 10:27:18 -06:00
parent 87f8840b72
commit 4e1dc101e5
+4
View File
@@ -1938,7 +1938,11 @@ Public Class frmMain
oProcess.GameInfo.TruePath = sWineSavePath oProcess.GameInfo.TruePath = sWineSavePath
oProcess.GameInfo.AbsolutePath = True oProcess.GameInfo.AbsolutePath = True
UpdateLog(mgrCommon.FormatString(frmMain_WineSavePath, New String() {oProcess.GameInfo.Name, sWineSavePath}), False) UpdateLog(mgrCommon.FormatString(frmMain_WineSavePath, New String() {oProcess.GameInfo.Name, sWineSavePath}), False)
Else
bContinue = False
End If End If
Else
bContinue = False
End If End If
End If End If
'This does required mods to include/exclude data and relative paths (if required) 'This does required mods to include/exclude data and relative paths (if required)