Quantcast

Typo and copy/paste corrections; fixes an error that can pop up if the user chooses to show the popups.

KyrosKrane [07-13-15 - 20:37]
Typo and copy/paste corrections; fixes an error that can pop up if the user chooses to show the popups.
Filename
AnnoyingPopupRemover.lua
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;