mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
temp disable
for whatever reason, I cannot seem to get the status bar to show when transferring while this is uncommented.
This commit is contained in:
@@ -87,7 +87,7 @@ end
|
|||||||
function D:CHAT_MSG_ADDON()
|
function D:CHAT_MSG_ADDON()
|
||||||
local prefix, message, sender = arg1, arg2, arg4
|
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 cur = len(message)
|
||||||
local max = Downloads[sender].length
|
local max = Downloads[sender].length
|
||||||
|
|||||||
Reference in New Issue
Block a user