Skip to content

Commit

Permalink
look at referee
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikRe committed Oct 16, 2024
1 parent 30bcd8a commit 7bf1bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/control/src/behavior/initial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ fn look_at_referee(
world_state.walk_in_position_index,
filtered_game_controller_state.own_team_is_home_after_coin_toss,
) {
(3 | 5, true) => {}
(4 | 6, false) => {}
(4 | 6, true) => {}
(3 | 5, false) => {}
_ => return None,
}

Expand Down

0 comments on commit 7bf1bb7

Please sign in to comment.