mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 13:15:50 +00:00
Remove instanceMetadataMap from plugin
This commit is contained in:
@@ -15,7 +15,7 @@ function Session.new(config)
|
||||
local self = {
|
||||
onError = config.onError,
|
||||
disconnected = false,
|
||||
reconciler = nil,
|
||||
reconciler = Reconciler.new(),
|
||||
api = api,
|
||||
}
|
||||
|
||||
@@ -25,8 +25,6 @@ function Session.new(config)
|
||||
return Promise.resolve()
|
||||
end
|
||||
|
||||
self.reconciler = Reconciler.new(api.instanceMetadataMap)
|
||||
|
||||
return api:read({api.rootInstanceId})
|
||||
:andThen(function(response)
|
||||
if self.disconnected then
|
||||
|
||||
Reference in New Issue
Block a user