mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 13:15:50 +00:00
Fix bug where HTTP being disabled would cause stickiness
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
local Selection = game:GetService("Selection")
|
||||
local HttpService = game:GetService("HttpService")
|
||||
|
||||
local Logging = require(script.Parent.Logging)
|
||||
|
||||
local HttpError = {}
|
||||
@@ -70,10 +67,6 @@ end
|
||||
|
||||
function HttpError:report()
|
||||
Logging.warn(self.message)
|
||||
|
||||
if self.type == HttpError.Error.HttpNotEnabled then
|
||||
Selection:Set(HttpService)
|
||||
end
|
||||
end
|
||||
|
||||
return HttpError
|
||||
return HttpError
|
||||
Reference in New Issue
Block a user