Doesn't save cvars
beep-beep-beep-boop opened this issue ยท 3 comments
This is the only addon I have enabled. I click Save CVars, then the dialog pops up and I click yes but nothing happens. The dialog doesn't go away. When I click restore it says no CVars have been saved.
found the issue. "C_Console.GetAllCommands is now ConsoleGetAllCommands as of 10.2.0". I guess need to replace all of those, maybe? I tested and it seems to work.
Oh thank you! Blizzard does love changing around the API often after every patch. Constantly changing the code (for no reason sometimes) and breaking addons.
Let me take a quick look but you are probably 100% right. I see you made a pull request. I'll merge it once I ping the server real quick to check on ConsoleGetAllCommands.