From 359d83967e0882ef2837b53a994fc9152fc61039 Mon Sep 17 00:00:00 2001 From: Crum Date: Tue, 17 Jul 2018 19:10:53 -0500 Subject: [PATCH] oops --- ElvUI/Developer/Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI/Developer/Frame.lua b/ElvUI/Developer/Frame.lua index 555075c..47eca20 100644 --- a/ElvUI/Developer/Frame.lua +++ b/ElvUI/Developer/Frame.lua @@ -31,7 +31,7 @@ SlashCmdList["FRAME"] = function(arg) end if arg ~= nil then FRAME = arg end --Set the global variable FRAME to = whatever we are mousing over to simplify messing with frames that have no name. - if arg ~= nil and this:GetName() ~= nil then + if arg ~= nil and arg:GetName() ~= nil then local point, relativeTo, relativePoint, xOfs, yOfs = arg:GetPoint() ChatFrame1:AddMessage("|cffCC0000----------------------------") ChatFrame1:AddMessage("Name: |cffFFD100"..arg:GetName())