By Carbuncle.Nynja 2026-03-10 09:05:04
I just noticed this today when something I occasionally use failed to unload. Thats how occasionally I use it, that I havent noticed in 2 months.
Any reason why it was changed that you can load an addon by the name of the lua file, but unloading the addon has to use the _addon.name as listed in the addon lua?
ie:
windower\addons\someaddon\someaddon.lua
within contents of someaddon.lua is
_addon.name = 'Some Addon'
I can do //lua l someaddon
I can NOT so //lua u someaddon, I have to do //lua u "some addon"
This also potentially breaks the reload command (//lua r someaddon), as it will fail to unload "some addon", though I dont know how important this is. I think loading an addon on top of an already loaded addon does the same thing, atleast based on my experience refreshing my treasury lists.