Skip to content

Commit 96c1d0f

Browse files
committed
Revert "[bugfix] Disable halting game on missing follow up"
This reverts commit 79e8a22
1 parent a47c553 commit 96c1d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/app/controller/engine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ func (e *Engine) Continue() {
310310
// Rational: After ball placement and no next command, halt the game to indicate that manual action is required
311311
// If in STOP, that was most likely triggered manually already and a suddenly halted game might be confusing and not intended
312312
e.LogHint("missingFollowUp", "No next command available", TeamUnknown)
313-
// e.SendCommand(CommandHalt, "")
313+
e.SendCommand(CommandHalt, "")
314314
}
315315
}
316316
}

0 commit comments

Comments
 (0)