@rbxts/covenant 3.3.6 → 3.3.7
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
|
@@ -379,7 +379,7 @@ do
|
|
|
379
379
|
self._world:set(entity, component, newState)
|
|
380
380
|
end
|
|
381
381
|
if self.logging and RunService:IsStudio() then
|
|
382
|
-
print(`{self:getComponentName(component)}.{entity}.
|
|
382
|
+
print(`{self:getComponentName(component)}.{entity}.[{if doNotReconcile then "remote" else "local"}]:{tableToString(lastState)}->{tableToString(newState)}`)
|
|
383
383
|
end
|
|
384
384
|
local _stringifiedComponentSubscribers = self.stringifiedComponentSubscribers
|
|
385
385
|
local _arg0 = tostring(component)
|