We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5108f commit c742928Copy full SHA for c742928
src/main/java/org/openengine/mpn/MatchCommentary.java
@@ -23,6 +23,7 @@ public class MatchCommentary {
23
Map.entry(PitchPosition.DB22, "penalty box corner"),
24
Map.entry(PitchPosition.AB11, "penalty box diagonally near the goal"),
25
Map.entry(PitchPosition.AB12, "penalty box diagonally to the goal"),
26
+ Map.entry(PitchPosition.AB20, "penalty box, between penalty spot and penalty area line"),
27
Map.entry(PitchPosition.AB21, "penalty box diagonally to the goal"),
28
Map.entry(PitchPosition.AB22, "penalty box corner"),
29
Map.entry(PitchPosition.M, "attacking half"),
0 commit comments