Fix syntax
This commit is contained in:
parent
d1309c95af
commit
14bd8c215d
@ -510,8 +510,8 @@ function enqueueForJob2()
|
||||
else
|
||||
rednet.send(server, "gibjob")
|
||||
_, job, _ = rednet.receive()
|
||||
if message then
|
||||
if message == "nojobs" then
|
||||
if job then
|
||||
if job == "nojobs" then
|
||||
sleep(3)
|
||||
else
|
||||
return tonumber(job)
|
||||
|
Loading…
Reference in New Issue
Block a user