View Single Post
04-24-14, 08:57 PM   #7
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by semlar View Post
You shouldn't need to SetMapToCurrentZone every time another addon tries to change the map.
Not only should not not need to do this, but you shouldn't do it at all, as doing so will likely break the other addons, which are almost certainly changing the map for a reason.

If there is a particular addon that's poorly coded and breaking things, the solution isn't to break more things -- the solution is to tell that addon's author about the problem and ask them to fix it, or simply stop using that addon.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote