fix:tienlen调试发牌修改

This commit is contained in:
sk 2024-12-19 14:40:00 +08:00
parent 88b4c08740
commit a9efaed491
1 changed files with 1 additions and 1 deletions

View File

@ -1309,7 +1309,7 @@ func (this *TienLenSceneData) SendHandCardOdds() {
} }
} }
for _, seat := range this.seats { 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]) f1(seat, this.testPokers[:13])
this.testPokers = this.testPokers[13:] this.testPokers = this.testPokers[13:]
} }