Skip to content

Commit

Permalink
Allow instant kicks at the goal
Browse files Browse the repository at this point in the history
  • Loading branch information
knoellle committed Jul 19, 2024
1 parent 813de76 commit 17ab212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/control/src/kick_selector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ impl KickSelector {
*context.ground_to_field,
context.filtered_game_controller_state,
context.decision_parameters,
*context.other_striker_had_ball_contact,
true, //*context.other_striker_had_ball_contact,
);
instant_kick_decisions.sort_by(|left, right| {
compare_decisions(
Expand Down

0 comments on commit 17ab212

Please sign in to comment.