From 7513b4e4e42998bb4cfd753d488fc263ab12d700 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 2 May 2024 21:10:14 -0400 Subject: [PATCH] Lol --- commands/games-sp/hunger-games.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {