From dbd01953dab4d70a8854106bc9e0992f8fc04266 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期六, 05 一月 2019 18:29:01 +0800 Subject: [PATCH] 860312 增加切换地图输出便于查切图问题 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py index 0a6dacf..938722a 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -3242,6 +3242,8 @@ sendPack.Clear() NetPackCommon.SendFakePack(curPlayer, sendPack) + + GameWorld.Log("地图切换失败", curPlayer.GetID()) return #--------------------------------------------------------------------- #=============================================================================== -- Gitblit v1.8.0