iteration

This commit is contained in:
2023-10-08 02:57:56 -04:00
parent 0510472f3c
commit a7761faf62
2 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ while true do
end
if request.action == "token" then
if request.token == nil or request.token == "" then
if request.token == nil or request.token == "" or request.token == -1 then
rednet.send(client_id, "invalid request", "auth")
else