Fix for issue #628

This commit is contained in:
TomHarkness 2018-07-18 08:33:10 +10:00
commit 9d30a5f7c0

View file

@ -68,7 +68,7 @@ function checkBlock(blockNo, keys, keyType)
data = data}
local status = checkCommand(command)
if status then return status, blockNo end
start = start+n
start = start+n --fixed base on pwpiwi's reccomendation
remaining = remaining - n
end
return nil