From 77b3f4618c02f112701cecf2604519535e3f04d5 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 03 十二月 2018 20:32:49 +0800
Subject: [PATCH] 382 切换地图后离线挂机玩家特效显示消失问题
---
Fight/GameActor/GActorNpcFight.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Fight/GameActor/GActorNpcFight.cs b/Fight/GameActor/GActorNpcFight.cs
index b3f3627..ad2c38d 100644
--- a/Fight/GameActor/GActorNpcFight.cs
+++ b/Fight/GameActor/GActorNpcFight.cs
@@ -295,10 +295,10 @@
{
m_Animator.Play(GAStaticDefine.State_IdleHash);
}
- if (this is GA_Pet)
- {
- Debug.LogFormat("璋冪敤浜� {0} 鐨勭珛鍗崇珯绔�", ServerInstID);
- }
+ //if (this is GA_Pet)
+ //{
+ // Debug.LogFormat("璋冪敤浜� {0} 鐨勭珛鍗崇珯绔�", ServerInstID);
+ //}
}
}
--
Gitblit v1.8.0