We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9294d10 commit c8c418fCopy full SHA for c8c418f
1 file changed
crates/control/src/kick_selector.rs
@@ -136,7 +136,7 @@ impl KickSelector {
136
*context.ground_to_field,
137
context.filtered_game_controller_state,
138
context.decision_parameters,
139
- *context.other_striker_had_ball_contact,
+ true, //*context.other_striker_had_ball_contact,
140
);
141
instant_kick_decisions.sort_by(|left, right| {
142
compare_decisions(
0 commit comments