From d2c89959c7e56d8b0c52e8eecf90c2fbf6bc506a Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期三, 28 五月 2025 17:18:19 +0800 Subject: [PATCH] 18 子 2D卡牌客户端搭建 / 2D卡牌客户端搭建 --- Main/Login/ServerListParser.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Main/Login/ServerListParser.cs b/Main/Login/ServerListParser.cs index 8f5cc63..bbfd2e0 100644 --- a/Main/Login/ServerListParser.cs +++ b/Main/Login/ServerListParser.cs @@ -58,8 +58,7 @@ public void SetIsInWhiteList() { - //TODO YYL - //DebugUtility.Instance.isWhiteListAccount = serverInfoPlayer.white == 1; + DebugUtility.Instance.isWhiteListAccount = serverInfoPlayer.white == 1; } -- Gitblit v1.8.0