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