Skip to content

Commit

Permalink
Reset kills on round start
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewda committed Aug 10, 2016
1 parent 8d8cd66 commit 1fbefac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Livescore.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ Livescore.prototype._onRoundStart = function() {
this.setTime(this.options[Livescore.EOption["ROUND_TIME"]]);
this.emit('roundStart');

this.kills = 0;
this.knifeKills = 0;
};

Expand Down

0 comments on commit 1fbefac

Please sign in to comment.