diff --git a/commands/games-sp/hunger-games.js b/commands/games-sp/hunger-games.js index 75f90dc8..49c8183c 100644 --- a/commands/games-sp/hunger-games.js +++ b/commands/games-sp/hunger-games.js @@ -94,7 +94,7 @@ module.exports = class HungerGamesCommand extends Command { if (bloodbath) bloodbath = false; }; return msg.say(stripIndents` - And the winner is... **${players.first().name}**! + And the winner is... **${players.filter(player => !player.dead).first().name}**! __**Kills Leaderboard:**__ ${this.makeLeaderboard(players).join('\n') || 'No one killed anyone...'}