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