@rbxts/covenant 1.5.6 → 1.5.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/covenant",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "main": "src/init.luau",
5
5
  "scripts": {
6
6
  "build": "rbxtsc",
package/src/covenant.luau CHANGED
@@ -370,7 +370,7 @@ do
370
370
  else
371
371
  self._world:set(entity, component, newState)
372
372
  end
373
- if self.logging then
373
+ if self.logging and RunService:IsStudio() then
374
374
  print(`{entity}.{component}:{lastState}->{newState}`)
375
375
  end
376
376
  local _stringifiedComponentSubscribers = self.stringifiedComponentSubscribers