From 140eeedc99a33a72f5a513fdf0902def8bba6ea3 Mon Sep 17 00:00:00 2001 From: Xurkon Date: Sat, 28 Mar 2026 23:45:05 -0500 Subject: [PATCH] debug: always print zone injection status --- Modules/Libs/QuestiePluginAPI.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Modules/Libs/QuestiePluginAPI.lua b/Modules/Libs/QuestiePluginAPI.lua index cf72817..803fe81 100644 --- a/Modules/Libs/QuestiePluginAPI.lua +++ b/Modules/Libs/QuestiePluginAPI.lua @@ -222,8 +222,7 @@ function QuestiePlugin:InjectUiMapData(customUiMapData) ZoneDB:ApplyCustomZones() - print("[QuestiePluginAPI] Plugin '" .. tostring(self.name) .. "' injected " .. count .. " custom UI Map entries.") - Questie:Debug(Questie.DEBUG_DEVELOP, "[QuestiePluginAPI] Plugin '" .. self.name .. "' injected Custom UI Map Data.") + print("[QuestiePluginAPI] Plugin '" .. tostring(self.name) .. "' injected " .. count .. " custom UI Map entries. ZoneDB areaIdToUiMapId[1244]=" .. tostring(ZoneDB.private.areaIdToUiMapId[1244])) end --- Signals that the plugin has finished loading. This automatically cleans up necessary caches.