0312 跨服天梯本机记录跳过勾选,主界面聊天框不显示系统信息,客户端检测重连12秒改20秒
| | |
| | | public class ConnectedState : NetState
|
| | | {
|
| | |
|
| | | const int OVERTIME_THRESHOLD = 12; |
| | | const int OVERTIME_THRESHOLD = 20; |
| | | |
| | | bool connectedDetecting = false; |
| | | |
| | |
| | | }
|
| | | private bool FitterChat(ChatData data)
|
| | | {
|
| | | if (data.type == ChatInfoType.System)
|
| | | {
|
| | | return true;
|
| | | }
|
| | |
|
| | | if (IsItemChat(data.content))
|
| | | {
|
| | | string content = data.content;
|
| | |
| | |
|
| | | public Dictionary<int, GA_PlayerClient.PlayerInfo> robots = new Dictionary<int, GA_PlayerClient.PlayerInfo>();
|
| | |
|
| | | public bool isSkipFightChoose;
|
| | | public bool isSkipFightChoose {
|
| | | get {
|
| | | return LocalSave.GetBool("kftt" + PlayerDatas.Instance.baseData.PlayerID);
|
| | | }
|
| | | set
|
| | | {
|
| | | LocalSave.SetBool("kftt" + PlayerDatas.Instance.baseData.PlayerID, value);
|
| | | }
|
| | | }
|
| | | public override void Init()
|
| | | {
|
| | | ParseFuncConfig();
|