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

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