mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 21:25:16 +00:00
Expose reconciler hooks on servesession (#741)
This commit is contained in:
@@ -374,7 +374,7 @@ function App:startSession()
|
||||
end)
|
||||
end)
|
||||
|
||||
serveSession:onPatchApplied(function(patch, unapplied)
|
||||
serveSession:hookPostcommit(function(patch, _instanceMap, unapplied)
|
||||
local now = os.time()
|
||||
local old = self.state.patchData
|
||||
|
||||
|
||||
Reference in New Issue
Block a user