From 697167c23b0e3f1d25f1d71cd154d053fb6fc5b5 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 14:53:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E5=BC=A0=E5=B0=91=E5=B8=A6=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=88=A4=E6=96=AD=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/extend_project/extend/poker/runfast/CardCheck.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua_probject/extend_project/extend/poker/runfast/CardCheck.lua b/lua_probject/extend_project/extend/poker/runfast/CardCheck.lua index 19894ca3..dd68910e 100644 --- a/lua_probject/extend_project/extend/poker/runfast/CardCheck.lua +++ b/lua_probject/extend_project/extend/poker/runfast/CardCheck.lua @@ -501,7 +501,7 @@ function M:CheckSanDai() end end - if self.threelack and self.cardNum == 4 and self.cardSize == 2 and self._flag_allCards and M:CheckType(CardType.threeAndTwo) then + if self.threelack and self.cardNum == 4 and self.cardSize == 2 and M:CheckType(CardType.threeAndTwo) then return CardType.threeAndTwo end