Brok3nGear / Gear

MIT License
0 stars 0 forks source link

Error when loading addon #1

Open InTheMorning opened 5 years ago

InTheMorning commented 5 years ago

I get an error when trying to load the addon.

Error occured in: Global Count: 1 Message: ..\AddOns\XpHud\XpHud.lua line 40: attempt to call global 'IsXPUserDisabled' (a nil value) Debug: XpHud\XpHud.lua:40: in main chunk Locals: unitXp = 82452 maxXp = 117500 restState = 1 (*temporary) = nil (*temporary) = "attempt to call global 'IsXPUserDisabled' (a nil value)"

Brok3nGear commented 5 years ago

So I had a couple of variables that I wasn't actually using, It should be good now.

InTheMorning commented 5 years ago

it works now.