ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/UpdatePlayerName.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/UpdatePlayerName.py
@@ -146,7 +146,8 @@ newName = sendPack.GetNewName() curPlayer.SetPlayerName(newName) GameWorld.GetPlayerManager().UpdatePlayerNameIndex(curPlayerName, newName) GameWorld.GetMapCopyPlayerManager().UpdatePlayerNameIndex(curPlayerName, newName) #EventReport.WriteEvent_change_name(curPlayer, curPlayerName, newName) GameWorld.Log("UpdatePlayerName MapServer改名成功, newName = %s"%newName, curPlayer.GetID())