Fixed secret grade detection

This commit is contained in:
Ishaan Bhardwaj 2020-10-29 22:14:34 -04:00
parent b27ba335ba
commit 2aafd30253

View File

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