梭哈同步

master
罗家炜 2025-05-14 19:56:12 +08:00
parent bbe7ec9901
commit 6fe74e62e6
2 changed files with 7 additions and 11 deletions

View File

@ -444,13 +444,9 @@ local IDENTITY_LIST = {
Fct = M.CreateFamily
},
{
name = "添加助理",
name = "亲友圈排行榜",
Fct = M.CreateFamily
},
{
name = "加入亲友圈",
Fct = M.JoinFamily
},
}
}
},

View File

@ -451,11 +451,11 @@ function M:ReconnectForClearing()
else
player_card_info:UpdateHandPoker(player.hand_list, false, true)
end
if player.out_card_list[1] == 0 then
player_card_info:SetOutCardInfo(nil, false)
else
player_card_info:SetOutCardInfo(player.out_card_list, false)
end
-- if player.out_card_list[1] == 0 then
-- player_card_info:SetOutCardInfo(nil, false)
-- else
-- player_card_info:SetOutCardInfo(player.out_card_list, false)
-- end
end
win_seat = self._room.winseat
self._room.winseat = nil