Skip to content

Commit c742928

Browse files
committed
Add pitch position match commentary position (AB20)
1 parent ae5108f commit c742928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/openengine/mpn/MatchCommentary.java

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class MatchCommentary {
2323
Map.entry(PitchPosition.DB22, "penalty box corner"),
2424
Map.entry(PitchPosition.AB11, "penalty box diagonally near the goal"),
2525
Map.entry(PitchPosition.AB12, "penalty box diagonally to the goal"),
26+
Map.entry(PitchPosition.AB20, "penalty box, between penalty spot and penalty area line"),
2627
Map.entry(PitchPosition.AB21, "penalty box diagonally to the goal"),
2728
Map.entry(PitchPosition.AB22, "penalty box corner"),
2829
Map.entry(PitchPosition.M, "attacking half"),

0 commit comments

Comments
 (0)