View Single Post
12/20/14, 12:03 PM   #19
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Originally Posted by Garkin View Post
I'm not sure if it is a bug. If you separate variable names by comma, it will behave as you have descrbed. But all items in addon manifest has to be space separated, there shouldn't be any other character.
Having the same variable repeated over and over in the saved file looks like a bug to me. It's easily replicable - simply prepend an arbitrary variable name to your manifest (like this ## SavedVariables: NonexistentNonsense MyRealSavedVariable), don't create the first variable in the addon, and you'll see your saved file grow.
  Reply With Quote