diff --git a/plugin/src/HttpError.lua b/plugin/src/HttpError.lua index 9da4b946..674721cf 100644 --- a/plugin/src/HttpError.lua +++ b/plugin/src/HttpError.lua @@ -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