From 343d2466ef3cc6af14582ddedaeac9c43ecd62d6 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Sat, 7 Dec 2024 18:05:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=81=E4=B8=89=E5=BC=A0=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E5=8F=91=E7=89=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gamesrv/thirteen/scenepolicy.go | 1 + 1 file changed, 1 insertion(+) 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 {