hxp
2018-09-29 9899bc2038b600b0943e97cac12f7d2722eb614f
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)
        
    #通知地图服务器自己初始化成功