@rbxts/covenant 3.2.3 → 3.2.4

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": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "main": "src/init.luau",
5
5
  "scripts": {
6
6
  "build": "rbxtsc",
package/src/covenant.luau CHANGED
@@ -478,7 +478,7 @@ do
478
478
  -- ▼ ReadonlySet.forEach ▼
479
479
  local _callback = function(cString)
480
480
  local c = tonumber(cString)
481
- if self:worldHas(c) then
481
+ if self:worldHas(entity, c) then
482
482
  local lastState = self:worldGet(entity, c)
483
483
  local _stringifiedComponentSubscribers = self.stringifiedComponentSubscribers
484
484
  local _arg0 = tostring(c)