diff --git a/GBM/Forms/frmMain.vb b/GBM/Forms/frmMain.vb index dbe4013..579ae9c 100644 --- a/GBM/Forms/frmMain.vb +++ b/GBM/Forms/frmMain.vb @@ -1938,7 +1938,11 @@ Public Class frmMain oProcess.GameInfo.TruePath = sWineSavePath oProcess.GameInfo.AbsolutePath = True UpdateLog(mgrCommon.FormatString(frmMain_WineSavePath, New String() {oProcess.GameInfo.Name, sWineSavePath}), False) + Else + bContinue = False End If + Else + bContinue = False End If End If 'This does required mods to include/exclude data and relative paths (if required)