We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9284169 commit 3513bd2Copy full SHA for 3513bd2
internal/app/controller/engine.go
@@ -35,7 +35,6 @@ func (e *Engine) ResetGame() {
35
e.State.TeamState[TeamBlue].TimeoutsLeft = e.config.Normal.Timeouts
36
e.State.TeamState[TeamYellow].TimeoutsLeft = e.config.Normal.Timeouts
37
e.RefereeEvents = []RefereeEvent{}
38
- e.History = History{}
39
}
40
41
// Tick updates the times of the state and removes cards, if necessary
0 commit comments