From 101d4cc20c3d5c7bea2f40045a2797b09fbf033b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 9 Apr 2020 18:15:36 -0400 Subject: [PATCH] Fix --- commands/games-mp/dots-and-boxes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/dots-and-boxes.js b/commands/games-mp/dots-and-boxes.js index c5b835d6..a5303f79 100644 --- a/commands/games-mp/dots-and-boxes.js +++ b/commands/games-mp/dots-and-boxes.js @@ -40,7 +40,7 @@ module.exports = class DotsAndBoxesCommand extends Command { const owned = {}; let userTurn = true; let winner = null; - while (taken.length < 24) { + while (taken.length < 40) { const user = userTurn ? msg.author : opponent; await msg.say(stripIndents` ${user}, which connection do you pick? Type \`end\` to forefeit.