From e790746f53bb383d955dd8a935acf63f519f2868 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Mon, 5 Aug 2024 17:22:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=94=E8=B5=9B=E5=9C=BA=E9=9A=8F=E6=9C=BA?= =?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/tienlen/scenedata_tienlen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamesrv/tienlen/scenedata_tienlen.go b/gamesrv/tienlen/scenedata_tienlen.go index 7bfc44e..a5af2c5 100644 --- a/gamesrv/tienlen/scenedata_tienlen.go +++ b/gamesrv/tienlen/scenedata_tienlen.go @@ -569,7 +569,7 @@ func (this *TienLenSceneData) SendHandCard_Match() { } grades = append(grades, gi) } - realWin := 1 //-1最差 0正常 1最好 + realWin := 0 //-1最差 0正常 1最好 switch realWin { case -1: sort.Slice(grades, func(i, j int) bool {