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

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