From 1265205ded91f727ae1203d1a9c1a0e6ed7befbe Mon Sep 17 00:00:00 2001 From: Thayol Date: Mon, 28 Jun 2021 00:24:31 +0200 Subject: [PATCH] Fixed double-declaration --- script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/script.js b/script.js index f058974..4923308 100644 --- a/script.js +++ b/script.js @@ -398,7 +398,6 @@ function recommendOfDepth(depth = 0) { let current = getHandPoints(); if (current.points > 0) { let choice = { - points: current, chance: 1, points: current.points, pattern: current.pattern,