hxp
2019-01-22 92126566b642cdb2be53291c8e8e64c7a623782e
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTalk.py
@@ -54,7 +54,7 @@
    
    
    #如果在普通地图, 就广播, 如果在副本就单个通知
    if GameWorld.GetMap().GetMapFBType() == IPY_GameWorld.fbtNull:
    if GameWorld.GetMap().GetMapFBType() == IPY_GameWorld.fbtNull and not GameWorld.IsCrossServer():
        #广播
        extras = GetTalkExtraValue(curPlayer)
        curPlayer.ChatArea(content, 0, extras)