iteration

This commit is contained in:
Layla 2023-10-08 04:46:22 -04:00
parent 9ed504bb5f
commit 70c05cf42c

View File

@ -212,8 +212,6 @@ while true do
rednet.send(client_id, "ok", "auth") rednet.send(client_id, "ok", "auth")
log(request.username .. " added to group " .. request.group, "auth") log(request.username .. " added to group " .. request.group, "auth")
else
rednet.send(client_id, "invalid token", "auth")
end end
end end
end end