@rbxts/covenant 3.5.0 → 3.5.1
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
|
@@ -482,7 +482,7 @@ do
|
|
|
482
482
|
if _result ~= nil then
|
|
483
483
|
-- ▼ ReadonlySet.forEach ▼
|
|
484
484
|
local _callback_1 = function(subscriber)
|
|
485
|
-
subscriber(entity, nil, lastState,
|
|
485
|
+
subscriber(entity, nil, lastState, true)
|
|
486
486
|
end
|
|
487
487
|
for _v in _result do
|
|
488
488
|
_callback_1(_v, _v, _result)
|