diff --git a/RepXPBar.lua b/RepXPBar.lua index 49f0c07..701a35d 100644 --- a/RepXPBar.lua +++ b/RepXPBar.lua @@ -47,11 +47,6 @@ end function RepBar:ApplyConfig(config) Bar.ApplyConfig(self, config) - if not self.config.position then - self:ClearSetPoint("CENTER") - self:SavePosition() - end - self:PerformLayout() end