rename WinMap{Pre,Post} to ViewMap{Pre,Post} cause View is better

This commit is contained in:
Squibid 2025-11-21 23:34:08 -05:00
parent 41cbe17262
commit eeb6bf2278
Signed by: squibid
GPG key ID: BECE5684D3C4005D
2 changed files with 3 additions and 3 deletions

View file

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