Skip to content

Commit

Permalink
fix center circle violation (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleflb authored Nov 1, 2024
1 parent 215fef1 commit c49569f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/control/src/rule_obstacle_composer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@ impl RuleObstacleComposer {
}
(
FilteredGameControllerState {
game_state:
FilteredGameState::Ready {
kicking_team_known: false,
},
sub_state: None,
..
}
| FilteredGameControllerState {
game_state:
FilteredGameState::Ready {
kicking_team_known: true,
Expand Down

0 comments on commit c49569f

Please sign in to comment.