24 - Bug in loading saved variables
Small bug related to loading saved variables. Causes AtlasQuest to revert to default settings on login.
Your initialize function should trigger on ADDON_LOADED with the argument of AtlasQuest instead of VARIABLES_LOADED. VARIABLES_LOADED is no longer fired when saved variables are loaded into memory.
- 2 comments
- 2 comments
- Reply
- #2
mystery8 Feb 17, 2012 at 01:25 UTC - 0 likesThank you!! Fixed in next version!
- Reply
- #1
Kharthus Feb 16, 2012 at 01:28 UTC - 0 likesHere's the updated code: