From a34b5a36160680cf2cf4012dfc6194ed2a06b790 Mon Sep 17 00:00:00 2001 From: Crum Date: Fri, 9 Nov 2018 16:29:27 -0600 Subject: [PATCH] temp disable for whatever reason, I cannot seem to get the status bar to show when transferring while this is uncommented. --- ElvUI/Core/distributor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI/Core/distributor.lua b/ElvUI/Core/distributor.lua index 9e0124c..ed2db79 100644 --- a/ElvUI/Core/distributor.lua +++ b/ElvUI/Core/distributor.lua @@ -87,7 +87,7 @@ end function D:CHAT_MSG_ADDON() local prefix, message, sender = arg1, arg2, arg4 - if prefix ~= TRANSFER_PREFIX or not Downloads[sender] then return end + if --[[prefix ~= TRANSFER_PREFIX or --]] not Downloads[sender] then return end local cur = len(message) local max = Downloads[sender].length