From 6fe74e62e66b7e91efaa7587afc003478911578b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Wed, 14 May 2025 19:56:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A2=AD=E5=93=88=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/base_project/Game/View/FamilyView.lua | 8 ++------ .../extend_project/extend/poker2/suoha/ExMainView.lua | 10 +++++----- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/lua_probject/base_project/Game/View/FamilyView.lua b/lua_probject/base_project/Game/View/FamilyView.lua index 3bf65181..70b883fa 100644 --- a/lua_probject/base_project/Game/View/FamilyView.lua +++ b/lua_probject/base_project/Game/View/FamilyView.lua @@ -444,13 +444,9 @@ local IDENTITY_LIST = { Fct = M.CreateFamily }, { - name = "添加助理", + name = "亲友圈排行榜", Fct = M.CreateFamily - }, - { - name = "加入亲友圈", - Fct = M.JoinFamily - }, + } } }, diff --git a/lua_probject/extend_project/extend/poker2/suoha/ExMainView.lua b/lua_probject/extend_project/extend/poker2/suoha/ExMainView.lua index 993fa88a..5b2bfb55 100644 --- a/lua_probject/extend_project/extend/poker2/suoha/ExMainView.lua +++ b/lua_probject/extend_project/extend/poker2/suoha/ExMainView.lua @@ -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