summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Bot/Games/Game/24.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Bot/Games/Game/24.pm b/lib/Bot/Games/Game/24.pm
index d675594..b56db41 100644
--- a/lib/Bot/Games/Game/24.pm
+++ b/lib/Bot/Games/Game/24.pm
@@ -83,7 +83,6 @@ sub generate_24 {
$n1 *= $val;
$n2 = $n1 / $val;
}
- redo if $n1 >= 100 || $n2 >= 100;
splice @nums, $index, 1, ('(', $n1, $op, $n2, ')');
}
pop @nums;