From eedf39e90c09a430f32db03b47ef502d627b3bb4 Mon Sep 17 00:00:00 2001 From: KyrosKrane Date: Tue, 14 Jul 2015 00:37:34 +0400 Subject: [PATCH] Typo and copy/paste corrections; fixes an error that can pop up if the user chooses to show the popups. --- AnnoyingPopupRemover.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AnnoyingPopupRemover.lua b/AnnoyingPopupRemover.lua index 1a96954..1ef75ee 100644 --- a/AnnoyingPopupRemover.lua +++ b/AnnoyingPopupRemover.lua @@ -470,7 +470,7 @@ function APR.Events:LOOT_BIND_CONFIRM(Frame, ...) -- If the user didn't ask us to hide this popup, just return. if not APR.DB.HideBind then - AOR:DebugPrint ("Hidebind off, not auto confirming"); + APR:DebugPrint ("HideBind off, not auto confirming"); return end; @@ -492,7 +492,7 @@ function APR.Events:CONFIRM_LOOT_ROLL(...) -- If the user didn't ask us to hide this popup, just return. if not APR.DB.HideRoll then - AOR:DebugPrint ("Hidebind off, not auto confirming"); + APR:DebugPrint ("HideRoll off, not auto confirming"); return end; @@ -513,7 +513,7 @@ function APR.Events:VOID_DEPOSIT_WARNING(...) -- If the user didn't ask us to hide this popup, just return. if not APR.DB.HideVoid then - AOR:DebugPrint ("Hidebind off, not auto confirming"); + APR:DebugPrint ("HideVoid off, not auto confirming"); return end; -- 1.7.9.5