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 3381f99 commit 635b2acCopy full SHA for 635b2ac
plugin_files/bin/scripting/hooks.lua
@@ -74,5 +74,5 @@ function CallHook(hookHandle, ...)
74
return
75
end
76
77
- return hook:Call(hookHandle.hookId, msgpack.pack({...}))
+ return hooks:Call(hookHandle.hookId, msgpack.pack({...}))
78
0 commit comments