Update
This commit is contained in:
parent
63471e04e8
commit
cd38d2aaee
@ -279,7 +279,8 @@ function waitForJob()
|
||||
end
|
||||
rednet.open("bottom")
|
||||
rednet.broadcast("Gimme gimme gimme", "needajob")
|
||||
return tonumber(rednet.receive("newjob"))
|
||||
sender, message, proto = rednet.receive("newjob")
|
||||
return tonumber(message)
|
||||
end
|
||||
|
||||
function emptyToBarrel()
|
||||
|
Loading…
Reference in New Issue
Block a user