forked from rojo-rbx/rojo
Open Http Properties upon HttpEnabled prompt (#58)
This commit is contained in:
committed by
Lucien Greathouse
parent
7a7ac9550d
commit
31e5c558ab
@@ -52,6 +52,9 @@ end
|
|||||||
|
|
||||||
function HttpError:report()
|
function HttpError:report()
|
||||||
warn(self.message)
|
warn(self.message)
|
||||||
|
if self.type == HttpError.Error.HttpNotEnabled then
|
||||||
|
game:GetService("Selection"):Set{game:GetService("HttpService")}
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
return HttpError
|
return HttpError
|
||||||
|
|||||||
Reference in New Issue
Block a user