From 9a2cfa703f798bcc4c68791326a14573b0eec1fb Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 10 May 2026 01:53:24 +0100 Subject: [PATCH] Changed to remove debug --- MainForm.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/MainForm.cs b/MainForm.cs index 9117e79..ce52252 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -67,8 +67,6 @@ namespace RokettoLaunch jsonfigFilename = Path.ChangeExtension(Application.ExecutablePath, "jsonfig"); } - jsonfigFilename = @"L:\gitea-hiimray\2025-11-18-1429 - Copy.jsnx"; - if (!string.IsNullOrWhiteSpace(jsonfigFilename) && File.Exists(jsonfigFilename)) { await _fileSessionManager.OpenSession(jsonfigFilename);