[O] SinglePlayer autoSkip default to false

默认禁用单人模式下刷卡登录直接进入下一个界面
This commit is contained in:
Clansty
2025-08-11 17:58:29 +08:00
parent 247a662133
commit 9d4a22a5f3

View File

@@ -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))]