消息Push

This commit is contained in:
meixiongfeng 2023-11-06 12:07:25 +08:00
parent 4c521fe92e
commit 5239a6eeab

View File

@ -613,6 +613,7 @@ func (this *Room) GameOver() (errdata *pb.ErrorData) {
if errdata, atno = this.module.DispenseAtno(this.szSession[winindex], res, true); errdata != nil {
return
}
this.szSession[winindex].Push()
}
}
}