diff --git a/lua_probject/base_project/Game/Controller/RoomController.lua b/lua_probject/base_project/Game/Controller/RoomController.lua index d38c8f58..8a224292 100644 --- a/lua_probject/base_project/Game/Controller/RoomController.lua +++ b/lua_probject/base_project/Game/Controller/RoomController.lua @@ -266,6 +266,7 @@ function M:PublicWitnessRoom(cmd, roomid, group_id, callback, game_id, pid) end j_data["pos"] = DataManager.SelfUser.location:Location2String() printlog("++++++++++++++++++++++++++++++++++++++++++") + print("lingmeng 你要的IP信息", room.server_host) __ConntectGameServer(Protocol.GAME_WITNESS_ROOM, room, room.server_host, j_data, function(res1) printlog("===============================-------------") pt(res1)