diff --git a/presets/hockey.json b/presets/hockey.json index 9b3213ad..56fbf2e0 100644 --- a/presets/hockey.json +++ b/presets/hockey.json @@ -37,6 +37,6 @@ "statistics": [ { "name" : "GP", "equation" : "$eventsplayed", "description" : "Games played" }, { "name" : "P", "equation" : "$g + $assists", "description" : "Points" }, - { "name" : "S%", "equation" : "$g / $s * 1 0 0", "precision" : 2 } + { "name" : "S%", "equation" : "$g / $s * 1 0 0", "precision" : 2, "description" : "Shot percentage" } ] } \ No newline at end of file