From 0c12d772d99c52f307e7605006c53adf540dd627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Tue, 13 May 2025 11:26:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=9D=E5=A7=8B=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E7=AC=AC=E5=9B=9B=E4=B8=AAunity=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/extend_project/extend/poker/runfast/CardCheck.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua_probject/extend_project/extend/poker/runfast/CardCheck.lua b/lua_probject/extend_project/extend/poker/runfast/CardCheck.lua index ca9710c9..19894ca3 100644 --- a/lua_probject/extend_project/extend/poker/runfast/CardCheck.lua +++ b/lua_probject/extend_project/extend/poker/runfast/CardCheck.lua @@ -614,6 +614,7 @@ end function M:CheckType(type) if type == CardType.duiLong then + print() return self._flag_checkLst or self._flag_fristCard or (type == self.type and self.cardNum == self.lastCardNum) else return self._flag_checkLst or self._flag_fristCard or type == self.type