梭哈同步
parent
bbe7ec9901
commit
6fe74e62e6
|
|
@ -444,13 +444,9 @@ local IDENTITY_LIST = {
|
||||||
Fct = M.CreateFamily
|
Fct = M.CreateFamily
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "添加助理",
|
name = "亲友圈排行榜",
|
||||||
Fct = M.CreateFamily
|
Fct = M.CreateFamily
|
||||||
},
|
}
|
||||||
{
|
|
||||||
name = "加入亲友圈",
|
|
||||||
Fct = M.JoinFamily
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -451,11 +451,11 @@ function M:ReconnectForClearing()
|
||||||
else
|
else
|
||||||
player_card_info:UpdateHandPoker(player.hand_list, false, true)
|
player_card_info:UpdateHandPoker(player.hand_list, false, true)
|
||||||
end
|
end
|
||||||
if player.out_card_list[1] == 0 then
|
-- if player.out_card_list[1] == 0 then
|
||||||
player_card_info:SetOutCardInfo(nil, false)
|
-- player_card_info:SetOutCardInfo(nil, false)
|
||||||
else
|
-- else
|
||||||
player_card_info:SetOutCardInfo(player.out_card_list, false)
|
-- player_card_info:SetOutCardInfo(player.out_card_list, false)
|
||||||
end
|
-- end
|
||||||
end
|
end
|
||||||
win_seat = self._room.winseat
|
win_seat = self._room.winseat
|
||||||
self._room.winseat = nil
|
self._room.winseat = nil
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue