We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ed8c3 commit d8a7363Copy full SHA for d8a7363
src/main/java/org/openengine/mpn/Match.java
@@ -198,6 +198,8 @@ private String getCommentary(ProcessUnit record) {
198
&& statement.getInitialState() != State.GOAL_ATTEMPT) {
199
if (outcomePitchPosition == GK) {
200
commentary.append(": ball falls to opponent goalkeeper");
201
+ } else if (outcomePitchPosition == GD) {
202
+ commentary.append(": ball to the opponent goalkeeper outside their area");
203
} else {
204
if (statement.getEndState().equals(State.GOALKEEPER)) {
205
commentary.append("...opponent goalkeeper takes hold of the ball");
0 commit comments