From 9d4a22a5f39509f64a3b5dbc8edc822d72a978c7 Mon Sep 17 00:00:00 2001 From: Clansty Date: Mon, 11 Aug 2025 17:58:29 +0800 Subject: [PATCH] =?UTF-8?q?[O]=20SinglePlayer=20autoSkip=20default=20to=20?= =?UTF-8?q?false=20=E9=BB=98=E8=AE=A4=E7=A6=81=E7=94=A8=E5=8D=95=E4=BA=BA?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=E5=88=B7=E5=8D=A1=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E8=BF=9B=E5=85=A5=E4=B8=8B=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AquaMai.Mods/GameSystem/SinglePlayer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AquaMai.Mods/GameSystem/SinglePlayer.cs b/AquaMai.Mods/GameSystem/SinglePlayer.cs index 21ae3c44..4bb720d3 100644 --- a/AquaMai.Mods/GameSystem/SinglePlayer.cs +++ b/AquaMai.Mods/GameSystem/SinglePlayer.cs @@ -68,7 +68,7 @@ public partial class SinglePlayer [ConfigEntry( en: "Automatically skip the countdown when logging in with a card in single-player mode.", zh: "单人模式下刷卡登录直接进入下一个界面,无需跳过倒计时")] - public static bool autoSkip = true; + public static bool autoSkip = false; [EnableGameVersion(21500, noWarn: true)] [EnableIf(nameof(autoSkip))]