iteration
This commit is contained in:
parent
a2473fccdb
commit
908b5c6906
@ -104,7 +104,7 @@ while true do
|
||||
end
|
||||
|
||||
if request.action == "token" then
|
||||
if request.token == nil then
|
||||
if request.token == nil or request.token == "" then
|
||||
rednet.send(client_id, "invalid request", "auth")
|
||||
else
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user