iteration

This commit is contained in:
Layla 2023-10-08 02:53:18 -04:00
parent a2473fccdb
commit 908b5c6906

View File

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