Bug fix for vendoring
KyrosKrane [07-21-16 - 18:23]
diff --git a/AnnoyingPopupRemover.lua b/AnnoyingPopupRemover.lua
index 0b8be68..de4ec59 100644
--- a/AnnoyingPopupRemover.lua
+++ b/AnnoyingPopupRemover.lua
@@ -274,7 +274,7 @@ function APR:PrintStatus(popup)
end
end
if not popup or "vendor" == popup then
- if APR.DB.HideVoid then
+ if APR.DB.HideVendor then
APR:ChatPrint (L["Confirmation pop-up when selling group-looted items to a |cff00ff00vendor|r will be |cff00ff00hidden|r."]);
else
APR:ChatPrint (L["Confirmation pop-up when selling group-looted items to a |cff00ff00vendor|r will be |cffff0000shown|r."]);