diff --git a/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua b/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua index 8dba0818..534ecf92 100644 --- a/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua +++ b/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua @@ -283,7 +283,7 @@ local function __fillRoomItem(self, index, item, room) if room.default or self.curGroup.lev == 3 then -- 房间点击:假房间 匹配,真房间 加入 if room.default or isHidden == 1 then - self:__startGame(room.id, room.pid, true, isHidden) + self:__startGame(room.id, room.pid, false, isHidden) else self:__joinRoom(roomid) end @@ -350,7 +350,7 @@ local function __fillRoomItem(self, index, item, room) function() riv:Dispose() if room.default or isHidden == 1 then - self:__startGame(room.id, room.pid, true, isHidden) + self:__startGame(room.id, room.pid, false, isHidden) else self:__joinRoom(roomid) end