From 866d5357441f24743b2733cda59ce5ed1b162408 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Sun, 31 Aug 2008 18:30:33 +0000 Subject: [PATCH] totally disable the default bar again (may or may not totally disable the vehicle ui too, off to testing :P) --- Bartender4.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Bartender4.lua b/Bartender4.lua index a806297..1abb78e 100644 --- a/Bartender4.lua +++ b/Bartender4.lua @@ -25,6 +25,7 @@ function Bartender4:OnInitialize() self:RegisterEvent("PLAYER_REGEN_DISABLED", "CombatLockdown") MainMenuBarArtFrame:Hide() MainMenuBar:Hide() + MainMenuBarArtFrame:UnregisterAllEvents() end --[[ function Bartender4:OnEnable()