We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de2be9 commit 238ee03Copy full SHA for 238ee03
plugin_files/bin/scripting/entity.lua
@@ -8,7 +8,7 @@ function AddHookEntityOutput(classname, output)
8
return
9
end
10
11
- local hookId = hooks:EntityOutputAdd(classname, output)
+ local hookId = hooks:AddEntityOutputHook(classname, output)
12
13
if hookId == "00000000-0000-0000-0000-000000000000" then
14
0 commit comments