We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2d311 commit 3b0651fCopy full SHA for 3b0651f
src/main/java/org/openengine/mpn/Match.java
@@ -114,6 +114,12 @@ private String getCommentary(ProcessUnit record) {
114
commentary.append(". Attempt is blocked...");
115
switch (statement.getGoalAttemptOutcome()) {
116
case CORNER -> commentary.append("corner.");
117
+ case ATTACK -> {
118
+ commentary.append(teamName);
119
+ commentary.append(" on the rebound at pitch position ");
120
+ commentary.append(outcomePitchPosition);
121
+ attachPitchPositionDescription(outcomePitchPosition, commentary);
122
+ }
123
}
124
125
case SAVE -> {
0 commit comments