From 7e73aa35523646b96f149895c9144f5beacaacb5 Mon Sep 17 00:00:00 2001 From: urnati Date: Tue, 18 Jun 2024 09:15:12 -0400 Subject: [PATCH] - No error if LDB is an unsupported type; still shows in Config > Attempted --- Titan/TitanUtils.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Titan/TitanUtils.lua b/Titan/TitanUtils.lua index 850f313..da6eb3b 100644 --- a/Titan/TitanUtils.lua +++ b/Titan/TitanUtils.lua @@ -1579,12 +1579,14 @@ function TitanUtils_PluginFail(plugin) plugin_type = (plugin.plugin_type or ""), } +--[[ 2024/06/18 : Removed per comment on Curse. Still in Attempted local message = "" .. " '" .. tostring(TitanPluginToBeRegistered[TitanPluginToBeRegisteredNum].status) .. "'" .. " '" .. tostring(TitanPluginToBeRegistered[TitanPluginToBeRegisteredNum].name) .. "'" .. " '" .. tostring(TitanPluginToBeRegistered[TitanPluginToBeRegisteredNum].category) .. "'" .. " '" .. tostring(TitanPluginToBeRegistered[TitanPluginToBeRegisteredNum].issue) .. "'" TitanPrint(message, "error") +--]] end ---local Strip the WoW color string(s) from the given string -- 1.7.9.5