#75: Addons (Public) / LuaExplorer
Status: Completed
Created by Grox 12 gru 2023, Edited 23 lut 2025
Error 1: File: LuaExplorer_Globals.lua Replace Line 148 -> 153 with the following:
if type(a.text) == type(b.text) == "string" then
return a.text < b.text;
end
end);
for n,v in pairs(self.typeLists) do
table.sort(v, function(a, b)
if type(a.text) == type(b.text) == "string" then
return a.text < b.text;
end
end);
Brontes, 11 sie 2025
Error 2: File: LuaExplorer_UIFrames.lua Replace Line 165 with:
if(showHidden or pcall(value.IsVisible, value)) thenSorry for bad formatting, Quire isn't fun for this
Brontes, 11 sie 2025