From e31ee20bef28b5621b5bbbde6b2a9e22bf9d3442 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 28 十二月 2018 19:17:50 +0800
Subject: [PATCH] 5398 子 【开发】【1.4】跨服竞技场 / 【前端】【1.4】跨服竞技场开发
---
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