Merge branch 'develop' of git.pogorockgames.com:mango-games/server/game into develop
This commit is contained in:
commit
ce1e3d4474
|
@ -994,7 +994,6 @@ func (this *SceneHandCardStateTienLen) OnEnter(s *base.Scene) {
|
||||||
if len(sceneEx.testPokers) > 1 {
|
if len(sceneEx.testPokers) > 1 {
|
||||||
sceneEx.SendHandCardOdds()
|
sceneEx.SendHandCardOdds()
|
||||||
} else {
|
} else {
|
||||||
// 关闭调控发牌
|
|
||||||
if sceneEx.WGCreateScene.GetCloseCtrl() {
|
if sceneEx.WGCreateScene.GetCloseCtrl() {
|
||||||
sceneEx.SendHandCard_Match(true)
|
sceneEx.SendHandCard_Match(true)
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue