From 1213293b5da153222d6a7e9f9f84f310f4a4ba2e Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Sat, 28 Sep 2024 10:09:57 -0700 Subject: [PATCH] fix npe --- options.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/options.lua b/options.lua index a27eb2e..a20d635 100644 --- a/options.lua +++ b/options.lua @@ -32,7 +32,6 @@ RegEvent("ADDON_LOADED", function() b:SetText(L["Open Myslot"]) b:SetScript("OnClick", function() MySlot.MainFrame:Show() - InterfaceOptionsFrame_Show() end) end