Also fix for digiline.rules

This commit is contained in:
SX 2021-03-08 03:12:30 +02:00 committed by GitHub
parent e6f5f9dcf9
commit 56f72f2194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -479,7 +479,7 @@ local function runcommand(pos,meta,command)
packeddata = packeddata..packpixel(buffer[y][x])
end
end
digilines.receptor_send(pos,digiline.rules.default,command.channel,packeddata)
digilines.receptor_send(pos,digilines.rules.default,command.channel,packeddata)
end
elseif command.command == "loadpacked" then
if type(command.buffer) ~= "number" or type(command.data) ~= "string" then return end