map: add loader to public module table

This commit is contained in:
shagu
2023-10-03 13:20:32 +02:00
parent f0410445a9
commit ec0d19966f
+2
View File
@@ -137,4 +137,6 @@ pfUI:RegisterModule("map", "vanilla:tbc", function ()
end)
end
end)
pfUI.map.loader = pfMapLoader
end)