Skip to content

Commit

Permalink
copying match start and end into snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
brensch committed Mar 11, 2022
1 parent 58df1e4 commit e99b290
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions match.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ func (m *Match) Snapshot() MatchSnapshot {
Players: decoupledPlayers,
RoundsPerGame: m.numRounds,
LettersPerWord: m.numLetters,

Start: m.start,
End: m.end,
}

}
Expand Down

0 comments on commit e99b290

Please sign in to comment.