@rbxts/covenant 1.5.3 → 1.5.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": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "main": "src/init.luau",
5
5
  "scripts": {
6
6
  "build": "rbxtsc",
package/src/covenant.luau CHANGED
@@ -322,7 +322,9 @@ do
322
322
  -- ▲ ReadonlyArray.forEach ▲
323
323
  end)
324
324
  end)
325
- self.requestPayloadSend()
325
+ if RunService:IsClient() then
326
+ self.requestPayloadSend()
327
+ end
326
328
  end
327
329
  function Covenant:preventPostStartCall()
328
330
  local _arg0 = not self.started