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 2a1373d commit 98fa869Copy full SHA for 98fa869
plugin_files/bin/scripting/hooks.lua
@@ -55,7 +55,7 @@ function RemoveHookListener(hookListener)
55
return
56
end
57
58
- if not eventData.key or not eventData.name then
+ if not hookListener.key or not hookListener.name then
59
print("Error: Invalid hook data passed to RemoveHookListener.")
60
61
0 commit comments