@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 +1 -1
- package/src/covenant.luau +1 -1
package/package.json
CHANGED
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)
|