From c90cdd78c2bf8bcfa25cec7432a5876f6085ecfb Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 01 二月 2019 11:18:37 +0800
Subject: [PATCH] 3335 切换地图逻辑重构。

---
 System/Message/GMNotify.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/System/Message/GMNotify.cs b/System/Message/GMNotify.cs
index f6bacc0..227153f 100644
--- a/System/Message/GMNotify.cs
+++ b/System/Message/GMNotify.cs
@@ -1,7 +1,7 @@
 锘縰sing System;
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
 namespace Snxxz.UI
 {
    [XLua.LuaCallCSharp]
@@ -97,7 +97,7 @@
 
         private bool CheckSend()
         {
-            if(!(StageManager.Instance.CurrentStage is DungeonStage))
+            if(!(StageLoad.Instance.currentStage is DungeonStage))
             {
                 return false;
             }
@@ -117,5 +117,5 @@
             public string message = string.Empty;
         }
     }
-}
-
+}
+

--
Gitblit v1.8.0