From 88b4c087401c5c5b68cd050b431776b28a7bc21a Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Thu, 19 Dec 2024 14:36:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:tienlen=E8=B0=83=E8=AF=95=E5=8F=91=E7=89=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gamesrv/tienlen/scenedata_tienlen.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamesrv/tienlen/scenedata_tienlen.go b/gamesrv/tienlen/scenedata_tienlen.go index 7f2c145..57039f3 100644 --- a/gamesrv/tienlen/scenedata_tienlen.go +++ b/gamesrv/tienlen/scenedata_tienlen.go @@ -1310,8 +1310,8 @@ func (this *TienLenSceneData) SendHandCardOdds() { } for _, seat := range this.seats { if seat != nil && seat.IsGameing() && seat.SnId != this.testPokers[0] { - f1(seat, allcs[:13]) - allcs = allcs[13:] + f1(seat, this.testPokers[:13]) + this.testPokers = this.testPokers[13:] } } this.testPokers = nil