fix:tienlen调试发牌修改
This commit is contained in:
parent
167e1e9c10
commit
88b4c08740
|
@ -1310,8 +1310,8 @@ func (this *TienLenSceneData) SendHandCardOdds() {
|
|||
}
|
||||
for _, seat := range this.seats {
|
||||
if seat != nil && seat.IsGameing() && seat.SnId != this.testPokers[0] {
|
||||
f1(seat, allcs[:13])
|
||||
allcs = allcs[13:]
|
||||
f1(seat, this.testPokers[:13])
|
||||
this.testPokers = this.testPokers[13:]
|
||||
}
|
||||
}
|
||||
this.testPokers = nil
|
||||
|
|
Loading…
Reference in New Issue