debug: always print zone injection status

This commit is contained in:
Xurkon
2026-03-28 23:45:05 -05:00
parent c08739e403
commit 140eeedc99
+1 -2
View File
@@ -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.