From 0e356c5788e6c563d45f39007ee213919fe81ec7 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 10 一月 2019 17:34:14 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/ChatFrame.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/MainInterfacePanel/ChatFrame.cs b/System/MainInterfacePanel/ChatFrame.cs
index 2435c0f..a79194c 100644
--- a/System/MainInterfacePanel/ChatFrame.cs
+++ b/System/MainInterfacePanel/ChatFrame.cs
@@ -84,7 +84,7 @@
}
}
- _FriendsBtn.gameObject.SetActive(crossServerBossModel.IsAtCrossServerBossMap());
+ _FriendsBtn.gameObject.SetActive(!CrossServerUtility.IsCrossServer());
}
public void OnAfterOpen()
@@ -134,7 +134,7 @@
private void MailCountChange()
{
- if (PlayerDatas.Instance.baseData.ExAttr5 == 1)
+ if (CrossServerUtility.IsCrossServer())
{
_MailBtn.gameObject.SetActive(false);
return;
--
Gitblit v1.8.0