hch
2018-10-09 c17e896c0b62d32bf99775b18db07d3ec4252aed
ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.py
@@ -578,7 +578,7 @@
            tjgOnlineCnt += 1
            continue
        
        platform = GameWorld.GetPlayerPlatform(player.GetAccID())
        platform = GameWorld.GetPlayerPlatform(player)
        platformOLDict[platform] = platformOLDict.get(platform, 0) + 1 # 累计平台在线人数
        
#        mapID = player.GetMapID()