Config settings to disable parry and misdirect announce are ignored
roband7 opened this issue ยท 1 comments
Bohemian 1.2.2, in the bohemain_raid addon
Bohemian.RegisterModule(AddonName, E, function()
Bohemian_RaidConfig.announceParry = Bohemian_RaidConfig.announceParry or true
Bohemian_RaidConfig.announceMD = Bohemian_RaidConfig.announceMD or true
E:AddConfigFrames(E.CORE:CreateModuleInterfaceConfig("Raid"))
end)
So announceParry and announceMD are always set to true, regardless of the config settings