rename mez.hook.add_hook -> mez.hook.add

This commit is contained in:
Squibid 2025-11-23 21:05:29 -05:00
parent 4fff609df9
commit f9b9d41402
Signed by: squibid
GPG key ID: BECE5684D3C4005D
2 changed files with 4 additions and 4 deletions

View file

@ -50,7 +50,7 @@ end
-- end
-- })
mez.hook.add_hook("ViewMapPre", {
mez.hook.add("ViewMapPre", {
callback = function()
print("hello world")
end