From 1422dfbbab1aafed69b9446dd4f6cee6f7688277 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期五, 07 十二月 2018 21:12:49 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Login/ServerBehaviour.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/System/Login/ServerBehaviour.cs b/System/Login/ServerBehaviour.cs
index 5793eda..e920dfa 100644
--- a/System/Login/ServerBehaviour.cs
+++ b/System/Login/ServerBehaviour.cs
@@ -84,7 +84,7 @@
private void SelectServer()
{
- if (DebugUtility.Instance.debugAccount || m_ServerData.start_date < DateTime.Now)
+ if (DebugUtility.Instance.debugAccount)
{
ServerListCenter.Instance.currentServer = m_ServerData;
WindowCenter.Instance.Close<ServerListWin>();
@@ -99,6 +99,10 @@
case ServerState.Predicted:
SysNotifyMgr.Instance.ShowTip("ServerOpen", m_ServerData.start_date.ToString("MM-dd HH:mm"));
break;
+ default:
+ ServerListCenter.Instance.currentServer = m_ServerData;
+ WindowCenter.Instance.Close<ServerListWin>();
+ break;
}
}
--
Gitblit v1.8.0