From 11b599e0259313a8af9452d80e8f99cd21d05f1f Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 17 五月 2019 00:11:42 +0800 Subject: [PATCH] 860312 视野设置为0 会通知消失 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py index cf0ec44..2bf9431 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py @@ -517,7 +517,7 @@ ## 退出自定义场景状态 curPlayer.SetCanAttack(True) curPlayer.SetVisible(True) - curPlayer.SetSight(1) + curPlayer.SetSight(0) curPlayer.RefreshView() curPlayer.SetSight(ChConfig.Def_PlayerSight_Default) curPlayer.RefreshView() -- Gitblit v1.8.0