mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 14:49: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
|
||||
end
|
||||
if(validLine) then
|
||||
sgrade = sgrade + 1
|
||||
sgrade = sgrade + 1
|
||||
else
|
||||
-- return sgrade
|
||||
return sgrade
|
||||
end
|
||||
end
|
||||
--[[
|
||||
|
Loading…
Reference in New Issue
Block a user