Quantcast

Open the options twice to counter a blizzard bug

Adrian L Lange [07-25-14 - 12:04]
Open the options twice to counter a blizzard bug
Filename
Config.lua
diff --git a/Config.lua b/Config.lua
index a1efc00..313be9a 100644
--- a/Config.lua
+++ b/Config.lua
@@ -112,4 +112,5 @@ SLASH_BonusRollPreview1 = '/brp'
 SLASH_BonusRollPreview1 = '/bonusrollpreview'
 SlashCmdList[addonName] = function()
 	InterfaceOptionsFrame_OpenToCategory(addonName)
+	InterfaceOptionsFrame_OpenToCategory(addonName)
 end