From 45dfdb0ccda888ecc5398fb4207265d44b69b3cc Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 3 Aug 2018 18:38:14 -0400 Subject: [PATCH] Fix --- commands/games/box-choosing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games/box-choosing.js b/commands/games/box-choosing.js index 271163f4..6b0cdf89 100644 --- a/commands/games/box-choosing.js +++ b/commands/games/box-choosing.js @@ -50,9 +50,9 @@ module.exports = class BoxChoosingCommand extends Command { if (this.red.has(msg.author.id)) this.red.delete(msg.author.id); if (this.blue.has(msg.author.id)) this.blue.delete(msg.author.id); } else { - path += pick; this[pick].add(msg.author.id); } + path += pick; i = 0; } else { const verification = await verify(msg.channel, msg.author, 120000);