mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
return value from _HTTP call
This commit is contained in:
parent
265ce54eea
commit
1539052374
@ -20,7 +20,7 @@ local function wrapHTTP()
|
||||
if onFailure then onFailure( "URL is not whitelisted" ) end
|
||||
return
|
||||
end
|
||||
_HTTP( req )
|
||||
return _HTTP( req )
|
||||
end
|
||||
end
|
||||
wrapHTTP()
|
||||
|
Loading…
Reference in New Issue
Block a user