Skip to content

Commit

Permalink
Remove duplicate totalTags increment
Browse files Browse the repository at this point in the history
  • Loading branch information
rohaus committed Dec 9, 2013
1 parent c7d4352 commit 419a5ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/socket/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ module.exports = function(io){
player.alive = false;
player.deaths++;
tagger.kills++;
tagger.totalTags++;
respawn = game.generateRespawn(player);
io.sockets.in(data.gameID).emit('playerDead', {playerName: player.name, gameID: data.gameID, respawn: respawn});
}
Expand Down

0 comments on commit 419a5ed

Please sign in to comment.