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 (#47)
This commit is contained in:
parent
265ce54eea
commit
a57a7515dc
@ -20,7 +20,7 @@ local function wrapHTTP()
|
|||||||
if onFailure then onFailure( "URL is not whitelisted" ) end
|
if onFailure then onFailure( "URL is not whitelisted" ) end
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
_HTTP( req )
|
return _HTTP( req )
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
wrapHTTP()
|
wrapHTTP()
|
||||||
|
Loading…
Reference in New Issue
Block a user