From 977740df021d759041f84791e6968a41e43e79d5 Mon Sep 17 00:00:00 2001 From: Sangjune Choi Date: Mon, 29 Sep 2025 17:07:08 +0100 Subject: [PATCH] Remove duplicate line in Config.cs --- Config.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Config.cs b/Config.cs index 1e13067..cb174f3 100644 --- a/Config.cs +++ b/Config.cs @@ -96,7 +96,6 @@ public static void Reset() SFXConnectionLost = NONE_SFX; SFXTimeOut = NONE_SFX; SFXResumed = NONE_SFX; - RunOnStartup = false; } public static void Load()