diff --git a/commands/games-mp/jenga.js b/commands/games-mp/jenga.js index c263086e..5945333e 100644 --- a/commands/games-mp/jenga.js +++ b/commands/games-mp/jenga.js @@ -70,7 +70,6 @@ module.exports = class JengaCommand extends Command { }); if (!turn.size) { if (lastTurnTimeout) { - await msg.say('Game ended due to inactivity.'); winner = 'time'; break; } else {