Fixed secret grade detection

pull/5/head
Ishaan Bhardwaj 2020-10-29 22:14:34 -04:00
parent b27ba335ba
commit 2aafd30253
1 changed files with 2 additions and 2 deletions

View File

@ -214,9 +214,9 @@ function Grid:checkSecretGrade()
validLine = false validLine = false
end end
if(validLine) then if(validLine) then
sgrade = sgrade + 1 sgrade = sgrade + 1
else else
-- return sgrade return sgrade
end end
end end
--[[ --[[