Skip to content

Commit f8fdf0e

Browse files
committed
Add 11.0 compatibility.
1 parent 94b2d5d commit f8fdf0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MagicTargets.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,8 +1248,8 @@ do
12481248
end
12491249

12501250
function mod:ToggleConfigDialog()
1251-
InterfaceOptionsFrame_OpenToCategory(mod.text)
1252-
InterfaceOptionsFrame_OpenToCategory(mod.main)
1251+
mod:InterfaceOptionsFrame_OpenToCategory(mod.text)
1252+
mod:InterfaceOptionsFrame_OpenToCategory(mod.main)
12531253
end
12541254

12551255
function mod:FixAnchorVisibility()

0 commit comments

Comments
 (0)