@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/covenant",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "main": "src/init.luau",
5
5
  "scripts": {
6
6
  "build": "rbxtsc",
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()