Compare commits

..

No commits in common. "c0941e43e7f0cfbd61152f3969e04c4e2b8c000a" and "a9de61a96ae5fa63415186d8a31bfd63164a068b" have entirely different histories.

1 changed files with 3 additions and 8 deletions

View File

@ -981,15 +981,10 @@ func (this *SceneHandCardStateTienLen) OnEnter(s *base.Scene) {
if rule.TestOpen {
sceneEx.SendHandCardTest()
} else {
if len(sceneEx.testPokers) > 1 {
sceneEx.SendHandCardOdds()
if sceneEx.IsMatchScene() || sceneEx.IsCustom() {
sceneEx.SendHandCard_Match()
} else {
if sceneEx.IsMatchScene() || sceneEx.IsCustom() {
sceneEx.SendHandCard_Match()
} else {
sceneEx.SendHandCardOdds()
}
sceneEx.SendHandCardOdds()
}
}