\o/
This commit is contained in:
parent
f070f6510e
commit
f361869107
@ -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 |
Loading…
Reference in New Issue
Block a user