少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-11 ed550d9480e15c27fdf45a9a4c0026f603d50caf
2192 Debug文件下载
1个文件已修改
8 ■■■■ 已修改文件
System/Debug/DebugUtility.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Debug/DebugUtility.cs
@@ -42,8 +42,12 @@
            if (debugAccount)
            {
                var json = JsonMapper.ToObject<DebugBranch>(File.ReadAllText(parentDirectory + "/Debug"));
                debugBranch = json.branch;
                var content = File.ReadAllText(parentDirectory + "/Debug");
                if (!string.IsNullOrEmpty(content))
                {
                    var json = JsonMapper.ToObject<DebugBranch>(File.ReadAllText(parentDirectory + "/Debug"));
                    debugBranch = json.branch;
                }
            }
        }
    }