@rbxts/covenant 1.5.4 → 1.5.5
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 -4
package/package.json
CHANGED
package/src/covenant.luau
CHANGED
|
@@ -751,8 +751,6 @@ do
|
|
|
751
751
|
local childEntity = entityTracker[key]
|
|
752
752
|
local _arg0 = childEntity ~= nil
|
|
753
753
|
assert(_arg0)
|
|
754
|
-
local _arg0_1 = self:worldContains(childEntity)
|
|
755
|
-
assert(_arg0_1)
|
|
756
754
|
self:worldSet(childEntity, childIdentityComponent, value)
|
|
757
755
|
end
|
|
758
756
|
for _k, _v in entriesChanged do
|
|
@@ -766,8 +764,6 @@ do
|
|
|
766
764
|
local childEntity = _entityTracker[_key]
|
|
767
765
|
local _arg0 = childEntity ~= nil
|
|
768
766
|
assert(_arg0)
|
|
769
|
-
local _arg0_1 = self:worldContains(childEntity)
|
|
770
|
-
assert(_arg0_1)
|
|
771
767
|
self:worldDelete(childEntity)
|
|
772
768
|
local _entityTracker_1 = entityTracker
|
|
773
769
|
local _key_1 = key
|