From 3ad8237a1631be487f39ac3fdf6015acc9b0631f Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 03 十二月 2018 20:32:55 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/MainInterfacePanel/ExperienceOpenWin.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/MainInterfacePanel/ExperienceOpenWin.cs b/System/MainInterfacePanel/ExperienceOpenWin.cs
index 5867275..d57d9e1 100644
--- a/System/MainInterfacePanel/ExperienceOpenWin.cs
+++ b/System/MainInterfacePanel/ExperienceOpenWin.cs
@@ -42,7 +42,7 @@
             billionsExperience = 0;
             unitExperience = 0;
             PlayerMainDate.Event_Experience += OnExperience;
-            ChatTip.Inst.OnChatUpEvent += OnChatUpEvent;
+            ChatTip.OnChatUpEvent += OnChatUpEvent;
             PositionModification(ChatTip.Inst.IsChatUp);
         }
 
@@ -55,7 +55,7 @@
         protected override void OnPreClose()
         {
             PlayerMainDate.Event_Experience -= OnExperience;
-            ChatTip.Inst.OnChatUpEvent -= OnChatUpEvent;
+            ChatTip.OnChatUpEvent -= OnChatUpEvent;
         }
 
         protected override void OnAfterClose()

--
Gitblit v1.8.0