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(); }