Skip to content

Commit f4929cc

Browse files
committed
Fixed wrong process loop
1 parent 06ddc59 commit f4929cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ private bool isRunning(string name)
484484
{
485485
bSamePath = Path.GetDirectoryName(proc.Modules[0].FileName).Equals(gamePath);
486486
}
487-
catch { return false; }
487+
catch { continue; }
488488
return bSamePath;
489489
}
490490

0 commit comments

Comments
 (0)