Compare commits
No commits in common. "c0941e43e7f0cfbd61152f3969e04c4e2b8c000a" and "a9de61a96ae5fa63415186d8a31bfd63164a068b" have entirely different histories.
c0941e43e7
...
a9de61a96a
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue