Skip to content

Commit c8c418f

Browse files
committed
Allow instant kicks at the goal
1 parent 9294d10 commit c8c418f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/control/src/kick_selector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ impl KickSelector {
136136
*context.ground_to_field,
137137
context.filtered_game_controller_state,
138138
context.decision_parameters,
139-
*context.other_striker_had_ball_contact,
139+
true, //*context.other_striker_had_ball_contact,
140140
);
141141
instant_kick_decisions.sort_by(|left, right| {
142142
compare_decisions(

0 commit comments

Comments
 (0)