diff --git a/gamesrv/tienlen/scenedata_tienlen.go b/gamesrv/tienlen/scenedata_tienlen.go index 57039f3..c78cf66 100644 --- a/gamesrv/tienlen/scenedata_tienlen.go +++ b/gamesrv/tienlen/scenedata_tienlen.go @@ -1309,7 +1309,7 @@ func (this *TienLenSceneData) SendHandCardOdds() { } } for _, seat := range this.seats { - if seat != nil && seat.IsGameing() && seat.SnId != this.testPokers[0] { + if seat != nil && seat.IsGameing() && seat.cards[0] == rule.InvalideCard { f1(seat, this.testPokers[:13]) this.testPokers = this.testPokers[13:] }