fix bad condition
This commit is contained in:
parent
2347ad523b
commit
b70e8d38de
2
uckf.go
2
uckf.go
@ -127,7 +127,7 @@ func mightBeFucked(f fuckness) bool {
|
||||
if i == 1 && j == 1 {
|
||||
continue
|
||||
}
|
||||
if f[i][j] == NotFucked {
|
||||
if f[i][j] != NotFucked {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user