@rbxts/covenant 1.0.15 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/covenant.luau +0 -1
package/package.json
CHANGED
package/src/covenant.luau
CHANGED
|
@@ -585,7 +585,6 @@ do
|
|
|
585
585
|
local parentEntityTrackerComponent = self:worldInternalComponent()
|
|
586
586
|
local parentComponent = self:worldInternalComponent()
|
|
587
587
|
self:defineComponentNetworkBehavior(parentComponent, replicated, predictionValidator)
|
|
588
|
-
self:defineComponentNetworkBehavior(childIdentityComponent, replicated, false)
|
|
589
588
|
local queryParentComponent = self:worldQuery(parentComponent):cached()
|
|
590
589
|
local willUpdate = true
|
|
591
590
|
local function indicateUpdate()
|