mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 14:29:02 -06:00
Fixed secret grade detection
This commit is contained in:
parent
b27ba335ba
commit
2aafd30253
@ -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
|
||||||
--[[
|
--[[
|
||||||
|
Loading…
Reference in New Issue
Block a user