From cab3902c30974c491d145375741fd48ec6b86003 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期五, 28 十二月 2018 20:04:08 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/MainInterfacePanel/ChatFrame.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/MainInterfacePanel/ChatFrame.cs b/System/MainInterfacePanel/ChatFrame.cs
index 29103d2..dcf243c 100644
--- a/System/MainInterfacePanel/ChatFrame.cs
+++ b/System/MainInterfacePanel/ChatFrame.cs
@@ -131,7 +131,7 @@
 
         private void MailCountChange()
         {
-            if (GameNetSystem.Instance.crossServerConnected_Loigc)
+            if (PlayerDatas.Instance.baseData.ExAttr5 == 1)
             {
                 _MailBtn.gameObject.SetActive(false);
                 return;

--
Gitblit v1.8.0