Also fix for digiline.rules
This commit is contained in:
parent
e6f5f9dcf9
commit
56f72f2194
2
gpu.lua
2
gpu.lua
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user