From fb0345c8f9815f1b9f655d6363da3a9cedd3944f Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 10 九月 2018 11:25:07 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Team/TeamModel.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/System/Team/TeamModel.cs b/System/Team/TeamModel.cs
index 21f12aa..d2cf2ab 100644
--- a/System/Team/TeamModel.cs
+++ b/System/Team/TeamModel.cs
@@ -1017,6 +1017,7 @@
teamPrepare.UpdatePrepareState(_serverInfo);
if (teamPrepare.isError)
{
+ prepareBeginTime = DateTime.MinValue;
WindowCenter.Instance.Close<TeamPrepareWin>();
}
else
@@ -1028,6 +1029,7 @@
if (teamPrepare.IsReject())
{
+ prepareBeginTime = DateTime.MinValue;
WindowCenter.Instance.Close<TeamPrepareWin>();
}
else
--
Gitblit v1.8.0