ServerPython/CoreServerGroup/GameServer/Script/Player/ChPlayer.py
@@ -66,6 +66,7 @@ import GameWorldActionControl import GMT_CTG import PyGameData import GMShell #--------------------------------------------------------------------- #--------------------------------------------------------------------- @@ -158,6 +159,7 @@ #玩家等级记录 PyGameData.g_todayPlayerLVDict[curPlayer.GetID()] = curPlayer.GetLV() GMShell.OnPlayerLogin(curPlayer) GMT_CTG.OnPlayerLogin(curPlayer) #通知地图服务器自己初始化成功