use the right source for move timer in dto

This commit is contained in:
Branden J Brown 2024-02-03 23:01:32 -06:00
parent f7edcb2dc2
commit 1d4bad751c
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ func (g *Match) DTO(id player.ID, deadline time.Time) serve.Game {
Damage: g.damage,
Shell: g.Peek(id),
Previous: g.prev,
Deadline: time.Now().UnixMilli(),
Deadline: deadline.UnixMilli(),
Live: live,
Blank: blank,
}