Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Fix service spawning
Browse files Browse the repository at this point in the history
  • Loading branch information
metatablecat committed Aug 4, 2024
1 parent a962d22 commit 7b524ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Service.luau
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ return function(params)

if not raw.ObjectAdded then
function raw:ObjectAdded(object)
object:Spawn()
self:SpawnObject(object)
end
end

Expand Down

0 comments on commit 7b524ff

Please sign in to comment.