# HG changeset patch # User Chris Mellon # Date 1293624793 21600 # Node ID 758987dad08ca7bbf31e14288f632198a4a7408b # Parent ce94b2e7116701206e3c20cda224a39cc52c757a I did not remember to not commit my one-timer hack diff -r ce94b2e71167 -r 758987dad08c KBF.lua --- a/KBF.lua Wed Dec 29 04:41:19 2010 -0600 +++ b/KBF.lua Wed Dec 29 06:13:13 2010 -0600 @@ -54,13 +54,6 @@ end function kbf:OnUpdate() - -- little custom hax to reposition the alternate power bar - -- try really hard to remember not to commit this - if PlayerPowerBarAlt:IsShown() then - PlayerPowerBarAlt:ClearAllPoints() - PlayerPowerBarAlt:SetPoint("BOTTOM", UIParent, "BOTTOM", 0, 233) - end - if self.pollForUnitChange and not InCombatLockdown() then if UnitHasVehicleUI("player") then -- only swap if we're in a "real" vehicle with its own actions