From 4610a375a492a0bf6207e862b9e6d6fcc19bbc20 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期五, 28 十二月 2018 19:51:54 +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