fix:tienlen调试发牌修改

This commit is contained in:
sk 2024-12-19 14:36:42 +08:00
parent 167e1e9c10
commit 88b4c08740
1 changed files with 2 additions and 2 deletions

View File

@ -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