Fix syntax

This commit is contained in:
Dominic Zimmer 2020-07-08 00:52:13 +02:00
parent d1309c95af
commit 14bd8c215d

View File

@ -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)