Skip to content

Commit

Permalink
Remove invoke_hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukendio committed Feb 25, 2025
1 parent 1a7b1b0 commit 61e0df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jecs.luau
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ local function world_set(world: World, entity: i53, id: i53, data: unknown): ()

local on_set = idr_hooks.on_set
if on_set then
invoke_hook(on_set, entity, data)
on_set(entity, data)
end
end

Expand Down

0 comments on commit 61e0df8

Please sign in to comment.