We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message: Interface\AddOns\Threatrack\SavedVars.lua:12: attempt to index local 'current' (a nil value) Time: Wed Oct 30 02:22:06 2019 Count: 1 Stack: Interface\AddOns\Threatrack\SavedVars.lua:12: attempt to index local 'current' (a nil value) Interface\AddOns\Threatrack\SavedVars.lua:12: in function <Interface\AddOns\Threatrack\SavedVars.lua:10> Interface\AddOns\Threatrack\SavedVars.lua:43: in function <Interface\AddOns\Threatrack\SavedVars.lua:39> Locals: default = <table> { showHostileOnly = true frameScale = 1 } current = nil (for generator) = <function> defined =[C]:-1 (for state) = <table> { showHostileOnly = true frameScale = 1 } (for control) = "showHostileOnly" key = "showHostileOnly" defaultValue = true (*temporary) = "showHostileOnly" (*temporary) = true (*temporary) = nil (*temporary) = "attempt to index local 'current' (a nil value)" UpdateSavedVars = <function> defined @Interface\AddOns\Threatrack\SavedVars.lua:10
The text was updated successfully, but these errors were encountered:
Thank you. I'll look into it.
Sorry, something went wrong.
We are not initializing the global ThreatrackSavedVars thus a "nil value".
ThreatrackSavedVars
Fix non-initialized global variable (#77)
e362d6f
No branches or pull requests
The text was updated successfully, but these errors were encountered: