diff --git a/MainForm.cs b/MainForm.cs index 72675ef..0928f63 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -1514,11 +1514,6 @@ namespace RokettoLaunch return; } - if (!RyzStudio.IO.File.IsAccessible(model.TargetPath)) - { - return; - } - if (this.CurrentSession.HideOnExecute) { this.Visible = false;