playroom优化

This commit is contained in:
hahwu 2025-07-08 18:21:26 +08:00
parent 054cbdf1e8
commit a77015015e

View File

@ -3261,7 +3261,6 @@ func ReqPlayroomGame(player *Player, buf []byte) error {
Type: MsqMod.HANDLE_TYPE_PLAYROOM_GAME,
SendT: GoUtil.Now(),
})
PlayroomMod.ResetGame()
player.PlayMod.save()
ItemsMsg := make(map[int32]*msg.ItemInfo, 0)
for k, v := range PlayroomMod.GameReward {