no message
This commit is contained in:
parent
c988804222
commit
dd0794d0de
|
@ -569,7 +569,7 @@ func (this *TienLenSceneData) SendHandCard_Match() {
|
||||||
}
|
}
|
||||||
grades = append(grades, gi)
|
grades = append(grades, gi)
|
||||||
}
|
}
|
||||||
realWin := 0 //-1最差 0正常 1最好
|
realWin := 1 //-1最差 0正常 1最好
|
||||||
switch realWin {
|
switch realWin {
|
||||||
case -1:
|
case -1:
|
||||||
sort.Slice(grades, func(i, j int) bool {
|
sort.Slice(grades, func(i, j int) bool {
|
||||||
|
|
Loading…
Reference in New Issue