From dc6deba3deacbdc8e9223ed35e5e458bfb87ae45 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 11 三月 2019 16:36:50 +0800
Subject: [PATCH] 3335 删掉旧的境界代码
---
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 1d968e3..57c6255 100644
--- a/System/MainInterfacePanel/ChatFrame.cs
+++ b/System/MainInterfacePanel/ChatFrame.cs
@@ -193,7 +193,7 @@
public void CheckRealmSfx()
{
var _model = ModelCenter.Instance.GetModel<RealmModel>();
- if (_model.IsDungeonState && realmModel.realmRedpoint.state == RedPointState.Simple)
+ if (realmModel.redpoint.state == RedPointState.Simple)
{
m_RealmRed.gameObject.SetActive(false);
if (!m_RealmSfx.IsPlaying)
@@ -265,7 +265,7 @@
private void RedpointValueChangeEvent(int _id)
{
- if (_id == realmModel.realmRedpoint.id)
+ if (_id == realmModel.redpoint.id)
{
CheckRealmSfx();
}
--
Gitblit v1.8.0