上传ai操作错误修复

This commit is contained in:
liwei1dao 2023-11-13 13:57:38 +08:00
parent e3ae5d11b8
commit 569d9774db

View File

@ -106,7 +106,7 @@ func (this *Room) PlayerHandle(uid string, handle *pb.CatchbugsHandleReq) (err e
this.data.Blue.Cards = append(this.data.Red.Cards, this.data.Card[this.data.Blue.Lastopencard].Cid)
}
number = 1
this.data.Red.Lastopencard = 0
this.data.Blue.Lastopencard = 0
}
}