少年修仙传客户端代码仓库
client_Zxw
2018-12-13 7c2cfce604a8daa888d91b5776c191d070c3e947
5398 子 【开发】【1.4】跨服竞技场 / 【前端】【1.4】跨服竞技场开发
1个文件已修改
2 ■■■ 已修改文件
System/CrossServerOneVsOne/MatchWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/CrossServerOneVsOne/MatchWin.cs
@@ -49,7 +49,7 @@
        {
            dateTime = TimeUtility.ServerNow;
            var time = dateTime-crossServerRewardModel.Date_Time ;
            m_Text_Timing.text = time.TotalSeconds.ToString();
            m_Text_Timing.text = ((int)time.TotalSeconds).ToString();
           // DebugEx.LogError(time.TotalSeconds);
        }
        #endregion