Skip to content

Commit

Permalink
Update tracker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaSmith2021 authored Dec 23, 2017
1 parent fdfa591 commit c642180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracker/tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function event (type) {
players[i].points += 0.25;
}
players[i].clearances++;
} else if (eventAll === '') {
} else if (eventAll === 'dispossesion') {
if (playerPositionAll === 'for' || playerPositionAll === 'mid' || playerPositionAll === 'def' || playerPositionAll === 'gk') {
players[i].points -= 0.5;
}
Expand Down

0 comments on commit c642180

Please sign in to comment.