unlock: fix unlock mode

This commit is contained in:
shagu
2017-02-27 00:29:26 +01:00
parent c0965cb7e4
commit 22bfeafefb
+1 -1
View File
@@ -64,7 +64,7 @@ pfUI:RegisterModule("gui", function ()
end
end
function pfUI.gui.UnlockFrames()
function pfUI.gui:UnlockFrames()
if not pfUI.gitter then
pfUI.gitter = CreateFrame("Button", nil, UIParent)
pfUI.gitter:SetAllPoints(WorldFrame)