View Single Post
01-27-18, 03:48 PM   #6
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
This isn't your whole code, but I'll take a guess...

I have no idea what you're doing here:
Lua Code:
  1. foreach(LibStub("AceConfigRegistry-3.0").tables,function(k,v)
  2.         ACFG:NotifyChange(k)
  3.     end)

Every usage I've seen of this method is to call :NotifyConfig(ADDON_NAME_HERE)
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote