This commit is contained in:
Izaya 2017-01-14 18:54:36 +11:00
parent f070f6510e
commit f361869107
2 changed files with 1 additions and 1 deletions

View File

@ -124,9 +124,9 @@ minetest.register_abm({
push(pos,a)
elseif ci == 4093 then
skipnext = true
local addr = pop(pos)
meta:set_string("state","waitingdat")
meta:set_string("waitingfor",meta:get_string("channel")..string.format("%X",addr))
local addr = pop(pos)
digiline:receptor_send(pos,digiline.rules.default,meta:get_string("channel")..string.format("%X",addr),"get")
elseif ci == 4092 then
local addr = pop(pos)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 778 B