playroom点赞
This commit is contained in:
parent
ed67514159
commit
4a7a02238b
@ -688,6 +688,7 @@ func PlayroomBackData(p *Player) {
|
||||
r.Physiology = GoUtil.MapIntToInt32(PlayroomMod.GetPhysiologyList())
|
||||
r.AllMood = int32(PlayroomMod.AllMood)
|
||||
r.Jackpot = int32(PlayroomMod.JackpotNum)
|
||||
r.Upvote = int32(PlayroomMod.Upvote)
|
||||
p.PushClientRes(r)
|
||||
}
|
||||
|
||||
@ -720,6 +721,7 @@ func PlayroomVisit(p *Player, Uid int) {
|
||||
Num: int32(v.Num),
|
||||
}
|
||||
}
|
||||
r.Upvote = GoUtil.InArray(Uid, PlayroomMod.UpvoteList)
|
||||
r.Items = Items
|
||||
r.Status = int32(PlayroomMod.GameStatus)
|
||||
p.PushClientRes(r)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user