Add default labels for overtime in baseball and basketball presets.

This commit is contained in:
Brian Miyaji
2015-01-28 13:55:42 +11:00
parent 5d5368d1bf
commit fe62aa41b3
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
{ "name" : "7", "description" : "7th inning runs" },
{ "name" : "8", "description" : "8th inning runs" },
{ "name" : "9", "description" : "9th inning runs" },
{ "name" : "", "id" : "extra", "description" : "Extra inning runs" },
{ "name" : "X", "id" : "extra", "description" : "Extra inning runs" },
{ "name" : "R", "description" : "Total runs", "primary" : 1 },
{ "name" : "H", "description" : "Hits" },
{ "name" : "E", "description" : "Errors" }