Quantcast

- No error if LDB is an unsupported type; still shows in Config > Attempted

urnati [06-18-24 - 13:15]
- No error if LDB is an unsupported type; still shows in Config > Attempted
Filename
Titan/TitanUtils.lua
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