Improve them
This commit is contained in:
parent
f26df001c5
commit
cd6a4fc08d
@ -138,7 +138,7 @@ function processRequests()
|
||||
local ok, r = pcall(processRequest, msg)
|
||||
|
||||
if not ok then r = "ERROR" end
|
||||
if r then r.uid = msg.uid end
|
||||
if ok and r then r.uid = msg.uid end
|
||||
|
||||
rednet.send(id, r, "dragon")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user