diff --git a/lua_probject/extend_project/extend/majiang/lichuan/CardCheck.lua b/lua_probject/extend_project/extend/majiang/lichuan/CardCheck.lua index 8d69dfc3..0c8ce6b2 100644 --- a/lua_probject/extend_project/extend/majiang/lichuan/CardCheck.lua +++ b/lua_probject/extend_project/extend/majiang/lichuan/CardCheck.lua @@ -219,13 +219,13 @@ function M:tryWin() self:rollBack() end - if (self:tryShunzi(activeCard)) then - print("tryShunzi") - if (self:tryWin()) then - return true - end - self:rollBack() - end + -- if (self:tryShunzi(activeCard)) then + -- print("tryShunzi") + -- if (self:tryWin()) then + -- return true + -- end + -- self:rollBack() + -- end if (self:tryKezi1Zhong(activeCard)) then print("tryKezi1Zhong")