diff --git a/commands/games-sp/hunger-games.js b/commands/games-sp/hunger-games.js index 5c688e91..b06cd03e 100644 --- a/commands/games-sp/hunger-games.js +++ b/commands/games-sp/hunger-games.js @@ -49,7 +49,7 @@ module.exports = class HungerGamesCommand extends Command { kills: 0, weapon: null, food: 2, - dead: true + dead: false }); } while (players.filter(player => !player.dead).size > 1) {