From d822eb6c19870036ee5e92b90822fd5acdf24350 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 4 Jul 2026 21:02:03 +0100 Subject: [PATCH] Changed to fix file run issue --- MainForm.cs | 5 ----- 1 file changed, 5 deletions(-) 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;