Make crafters not break everything

This commit is contained in:
osmarks 2018-05-06 08:06:26 +01:00
parent bd9b08b194
commit d294f9256c

View File

@ -77,6 +77,6 @@ while true do
local id, msg = rednet.receive "dragon"
if msg and msg.cmd and msg.cmd == "craft" and msg.item then
craft(msg.item)
rednet.send(id, "OK", "dragon")
end
rednet.send(id, "OK", "dragon")
end