From e08580649d59b3b6273f1972247e1c17de9f9a6a Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 30 Jan 2021 12:10:38 -0500 Subject: [PATCH] Same for jenga --- commands/games-mp/jenga.js | 1 - 1 file changed, 1 deletion(-) 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 {