yyl
2026-03-26 1ab047b5fdd933c38ba0519ec2e83a44512ea8d7
Main/System/Debug/DebugUtility.cs
@@ -39,7 +39,9 @@
    public void Init()
    {
        isWhiteListAccount = false;
        if (VersionConfig.Get().debugVersion)
        VersionConfig.GetAsync().ContinueWith(config =>
        {
            if (config != null && config.debugVersion)
        {
            debugAccount = true;
        }
@@ -82,6 +84,8 @@
                }
            }
        }
        }).Forget();
    }