View Single Post
01-27-17, 10:05 AM   #6
Mindlezzx
A Defias Bandit
Join Date: Sep 2014
Posts: 3
Find the Infoline.lua in NibRealUI->Modules
all the way down the buttom of the text u will find a section looking like this
local hasLDBDisplay = false
do
local ldbDisplays = {
"Bazooka",
"ChocolateBar",
"DockingStation",
"Titan",
}
for i, display in next, ldbDisplays do
local _, _, _, loadable = _G.GetAddOnInfo(display)
if loadable then
hasLDBDisplay = true <- change this to false
break
i think its the only thing i've done to get it working
  Reply With Quote