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

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

View file

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