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