Improve them

This commit is contained in:
osmarks 2018-05-06 08:17:17 +01:00
parent f26df001c5
commit cd6a4fc08d

View File

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