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 a47c553 commit 96c1d0fCopy full SHA for 96c1d0f
internal/app/controller/engine.go
@@ -310,7 +310,7 @@ func (e *Engine) Continue() {
310
// Rational: After ball placement and no next command, halt the game to indicate that manual action is required
311
// If in STOP, that was most likely triggered manually already and a suddenly halted game might be confusing and not intended
312
e.LogHint("missingFollowUp", "No next command available", TeamUnknown)
313
- // e.SendCommand(CommandHalt, "")
+ e.SendCommand(CommandHalt, "")
314
}
315
316
0 commit comments