mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Remove invoke_hook
Some checks are pending
Some checks are pending
This commit is contained in:
parent
1a7b1b02b6
commit
61e0df82ae
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ local function world_set(world: World, entity: i53, id: i53, data: unknown): ()
|
||||||
|
|
||||||
local on_set = idr_hooks.on_set
|
local on_set = idr_hooks.on_set
|
||||||
if on_set then
|
if on_set then
|
||||||
invoke_hook(on_set, entity, data)
|
on_set(entity, data)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue