hxp
2019-01-10 94c9b0759bfa49e66bfce3f790c40f15d362ba1a
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py
@@ -302,7 +302,7 @@
    ''' 设置玩家跨服状态
    @param isExitCrossRealm: 非跨服状态时是否通知前端退出跨服服务器
    '''
    curPlayer.SetExAttr5(value)
    curPlayer.SetExAttr5(1 if value else 0)
    SetMapServerPlayerAttrValue(curPlayer, "SetExAttr5", value)
    return