playroom优化

This commit is contained in:
hahwu 2025-08-15 17:42:24 +08:00
parent 58729f6500
commit 3cfef77824

View File

@ -91,6 +91,7 @@ func PlayroomBackData(p *Player) {
EndTime: int64(v.EndTime),
Label: v.Label,
})
Dress[int32(v.Part)] = PlayroomDress
}
ChipMessage := make([]*proto.ChipInfo, 0)
for _, v := range PlayroomMod.ChipList {