diff --git a/gamesrv/tienlen/scenedata_tienlen.go b/gamesrv/tienlen/scenedata_tienlen.go index a5af2c5..7bfc44e 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 := 0 //-1最差 0正常 1最好 + realWin := 1 //-1最差 0正常 1最好 switch realWin { case -1: sort.Slice(grades, func(i, j int) bool {