From 3ecd1af30956b29712cb5564bffefc3688bfb714 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 20 Jun 2014 15:17:02 +1000 Subject: [PATCH] Change pts key to points --- presets/football.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/presets/football.json b/presets/football.json index ede21379..1cc7bfb3 100644 --- a/presets/football.json +++ b/presets/football.json @@ -24,7 +24,7 @@ { "name" : "4", "description" : "4th quarter points" }, { "name" : "OT", "description" : "Overtime points" }, { "name" : "TD", "description" : "Touchdowns" }, - { "name" : "T", "id" : "pts", "description" : "Total points", "primary" : 1 } + { "name" : "T", "id" : "points", "description" : "Total points", "primary" : 1 } ], "performance": [ { "name" : "Comp", "description" : "Completions" }, @@ -43,9 +43,9 @@ { "name" : "L", "equation" : "$loss", "description" : "Losses" }, { "name" : "T", "equation" : "$tie", "priority" : 2, "description" : "Ties" }, { "name" : "Pct", "equation" : "$win / $eventsplayed", "description" : "Win percentage" }, - { "name" : "PF", "equation" : "$ptsfor", "priority" : 3, "description" : "Points for" }, - { "name" : "PA", "equation" : "$ptsagainst", "description" : "Points against" }, - { "name" : "Net Pts", "equation" : "$ptsfor - $ptsagainst", "priority" : 2, "description" : "Net Points" }, + { "name" : "PF", "equation" : "$pointsfor", "priority" : 3, "description" : "Points for" }, + { "name" : "PA", "equation" : "$pointsagainst", "description" : "Points against" }, + { "name" : "Net Pts", "equation" : "$pointsfor - $pointsagainst", "priority" : 2, "description" : "Net Points" }, { "name" : "TD", "equation" : "$td", "description" : "Touchdowns" }, { "name" : "Streak", "equation" : "$streak", "description" : "Current streak" } ],