Skip to content

Commit 62f496b

Browse files
committed
landmeasure: Fix clue 1 not being checked
1 parent 6281b4d commit 62f496b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/variety/landmeasure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264

265265
checkAllNumbers: function() {
266266
this.checkQnumCross(function(num, shaded) {
267-
if (num < 2) {
267+
if (num < 1) {
268268
return false;
269269
}
270270
if (num === 1 || num === 3) {

0 commit comments

Comments
 (0)