fix:tienlen调试发牌修改
This commit is contained in:
parent
88b4c08740
commit
a9efaed491
|
@ -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:]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue