forked from rojo-rbx/rojo
Fix bug where HTTP being disabled would cause stickiness
This commit is contained in:
@@ -97,10 +97,10 @@ function ApiContext:connect()
|
||||
end
|
||||
|
||||
self.serverId = body.serverId
|
||||
self.connected = true
|
||||
self.partitionRoutes = body.partitions
|
||||
self.rootInstanceId = body.rootInstanceId
|
||||
self.instanceMetadataMap = body.instanceMetadataMap
|
||||
self.connected = true
|
||||
end)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user