Fixed double-declaration
This commit is contained in:
@@ -398,7 +398,6 @@ function recommendOfDepth(depth = 0) {
|
|||||||
let current = getHandPoints();
|
let current = getHandPoints();
|
||||||
if (current.points > 0) {
|
if (current.points > 0) {
|
||||||
let choice = {
|
let choice = {
|
||||||
points: current,
|
|
||||||
chance: 1,
|
chance: 1,
|
||||||
points: current.points,
|
points: current.points,
|
||||||
pattern: current.pattern,
|
pattern: current.pattern,
|
||||||
|
|||||||
Reference in New Issue
Block a user