Make crafters not break everything
This commit is contained in:
parent
bd9b08b194
commit
d294f9256c
@ -77,6 +77,6 @@ while true do
|
|||||||
local id, msg = rednet.receive "dragon"
|
local id, msg = rednet.receive "dragon"
|
||||||
if msg and msg.cmd and msg.cmd == "craft" and msg.item then
|
if msg and msg.cmd and msg.cmd == "craft" and msg.item then
|
||||||
craft(msg.item)
|
craft(msg.item)
|
||||||
end
|
|
||||||
rednet.send(id, "OK", "dragon")
|
rednet.send(id, "OK", "dragon")
|
||||||
end
|
end
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user