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:
Crum
2018-11-09 16:29:27 -06:00
parent eadb8ddc3b
commit a34b5a3616
+1 -1
View File
@@ -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