Open Http Properties upon HttpEnabled prompt (#58)

This commit is contained in:
Validark
2018-04-07 21:10:55 -06:00
committed by Lucien Greathouse
parent 7a7ac9550d
commit 31e5c558ab

View File

@@ -52,6 +52,9 @@ end
function HttpError:report()
warn(self.message)
if self.type == HttpError.Error.HttpNotEnabled then
game:GetService("Selection"):Set{game:GetService("HttpService")}
end
end
return HttpError