diff --git a/modules/gui.lua b/modules/gui.lua index 660edb8f..18ea44fd 100644 --- a/modules/gui.lua +++ b/modules/gui.lua @@ -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)