mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
rename mez.hook.add_hook -> mez.hook.add
This commit is contained in:
parent
d255f63ac7
commit
91578d583a
2 changed files with 4 additions and 4 deletions
|
|
@ -58,7 +58,7 @@ end
|
|||
-- end
|
||||
-- })
|
||||
|
||||
mez.hook.add_hook("ViewMapPre", {
|
||||
mez.hook.add("ViewMapPre", {
|
||||
callback = function(a)
|
||||
print(a)
|
||||
print("hello world")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue