Skip to content

Commit 238ee03

Browse files
committed
fix(entity): AddEntityOutputHook
1 parent 4de2be9 commit 238ee03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin_files/bin/scripting/entity.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function AddHookEntityOutput(classname, output)
88
return
99
end
1010

11-
local hookId = hooks:EntityOutputAdd(classname, output)
11+
local hookId = hooks:AddEntityOutputHook(classname, output)
1212

1313
if hookId == "00000000-0000-0000-0000-000000000000" then
1414
return

0 commit comments

Comments
 (0)