From 60980d43ca6fb48c884ac8391457ede80e19928b Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 07 一月 2019 17:51:40 +0800
Subject: [PATCH] 5725 【前端】【1.5】跨服BOSS开发
---
System/MainInterfacePanel/MainInterfaceWin.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/MainInterfaceWin.cs b/System/MainInterfacePanel/MainInterfaceWin.cs
index 9984365..e324d5b 100644
--- a/System/MainInterfacePanel/MainInterfaceWin.cs
+++ b/System/MainInterfacePanel/MainInterfaceWin.cs
@@ -1296,7 +1296,7 @@
private void IsCrossServerOneVsOne()
{
- if (CrossServerOneVsOneModel.IsCrossServerOneVsOne())//鏄惁鍐嶈法鏈嶅壇鏈腑
+ if (CrossServerUtility.IsCrossServerOneVsOne())//鏄惁鍐嶈法鏈嶅壇鏈腑
{
WindowCenter.Instance.Open<FightingPKWin>();
m_HeadPortraitTip.gameObject.SetActive(false);
--
Gitblit v1.8.0