iteration
This commit is contained in:
@@ -117,7 +117,7 @@ while true do
|
||||
["token"] = request.token
|
||||
}, "auth")
|
||||
|
||||
local auth_response = rednet.receive("auth")
|
||||
authID, auth_response = rednet.receive("auth")
|
||||
log_debug("Auth response: " .. auth_response)
|
||||
local errorPos, errorEnd = string.find(auth_response, "invalid")
|
||||
if errorPos then
|
||||
|
||||
Reference in New Issue
Block a user