diff --git a/gamesrv/thirteen/scenepolicy.go b/gamesrv/thirteen/scenepolicy.go index 2bb9a47..23e8cd4 100644 --- a/gamesrv/thirteen/scenepolicy.go +++ b/gamesrv/thirteen/scenepolicy.go @@ -726,6 +726,7 @@ func (this *StateSendCard) OnEnter(s *base.Scene) { } else { sceneEx.testPokers = nil v.cards = sceneEx.poker.Get13Crads() + v.allGroup = sceneEx.logic.Suggest(v.cards) } } } else {