Binding for nMainbar isn't working, but /neavbag is working. I get this error when try to use key bind:
[string "NBAGS_TOGGLE"]:1: attempt to call global 'ToggleBags' (a nil value)
You can fix this if will make local function to global.
|
local function ToggleBags() |
Binding for nMainbar isn't working, but /neavbag is working. I get this error when try to use key bind:
[string "NBAGS_TOGGLE"]:1: attempt to call global 'ToggleBags' (a nil value)You can fix this if will make local function to global.
NeavUI/Interface/AddOns/nMainbar/modules/Bags.lua
Line 65 in bc6b615