X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ultimate.js;h=57155dbb0c707256448c31b84da75709661ae458;hb=a99f0e230c64ab728c9a83008b89e77893809c1f;hp=cfcdf2e682772bb0625f6b3dfbe9404271d3f1cf;hpb=fadfb9a0dbb5ecda1fa2cab4ec4192dfd7990723;p=pkanalytics diff --git a/ultimate.js b/ultimate.js index cfcdf2e..57155db 100644 --- a/ultimate.js +++ b/ultimate.js @@ -178,7 +178,6 @@ function process_matches(json, filters) { 'stallouts': 0, 'defenses': 0, - 'interceptions': 0, 'points_played': 0, 'playing_time_ms': 0, 'offensive_playing_time_ms': 0, @@ -528,7 +527,7 @@ function process_matches(json, filters) { if (keep) ++p.defenses; } else if (type === 'interception') { if (keep) { - ++p.interceptions; + ++p.catches; ++p.defenses; ++p.touches; }