mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
fix CTD (error 132)
This commit is contained in:
@@ -48,7 +48,7 @@ SlashCmdList["FRAME"] = function(arg)
|
|||||||
if yOfs then
|
if yOfs then
|
||||||
ChatFrame1:AddMessage("Y: |cffFFD100"..format("%.2f",yOfs))
|
ChatFrame1:AddMessage("Y: |cffFFD100"..format("%.2f",yOfs))
|
||||||
end
|
end
|
||||||
if relativeTo and relativeTo:GetName() then
|
if relativeTo and arg:GetName() ~= "WorldFrame" and relativeTo:GetName() then
|
||||||
ChatFrame1:AddMessage("Point: |cffFFD100"..point.."|r anchored to "..relativeTo:GetName().."'s |cffFFD100"..relativePoint)
|
ChatFrame1:AddMessage("Point: |cffFFD100"..point.."|r anchored to "..relativeTo:GetName().."'s |cffFFD100"..relativePoint)
|
||||||
end
|
end
|
||||||
ChatFrame1:AddMessage("|cffCC0000----------------------------|r")
|
ChatFrame1:AddMessage("|cffCC0000----------------------------|r")
|
||||||
|
|||||||
Reference in New Issue
Block a user