From b270cd52ea99c27fd82ad1e73673e6a850709ea1 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 17 一月 2019 03:33:58 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/MainInterfacePanel/ChatFrame.cs b/System/MainInterfacePanel/ChatFrame.cs
index cb5ec04..d1f5696 100644
--- a/System/MainInterfacePanel/ChatFrame.cs
+++ b/System/MainInterfacePanel/ChatFrame.cs
@@ -344,6 +344,11 @@
         BossHomeModel bossHomeModel { get { return ModelCenter.Instance.GetModel<BossHomeModel>(); } }
         void OneKeyButton()//鍦板浘鎸傛満鎸夐挳
         {
+            if (CrossServerUtility.IsCrossServerBoss())
+            {
+                SysNotifyMgr.Instance.ShowTip("CrossMap10");
+                return;
+            }
 
             if (OneKeyList.Contains(PlayerDatas.Instance.baseData.MapID))
             {

--
Gitblit v1.8.0