From ffec81f9c04c46780b2af55f88905f95afe0b539 Mon Sep 17 00:00:00 2001 From: Lexie <6937574+Lexiebean@users.noreply.github.com> Date: Fri, 10 Nov 2023 08:12:38 +1100 Subject: [PATCH] bug fix --- Core/AtlasLoot.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index 9eeae7d..7a8fbd2 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -3854,7 +3854,9 @@ AtlasLoot_updater:SetScript("OnEvent", function() if event == "CHAT_MSG_CHANNEL" then local _,_,source = string.find(arg4,"(%d+)%.") - local _,name = GetChannelName(source) + if source then + _,name = GetChannelName(source) + end if name == "LFT" then local msg, v, remoteversion = AtlasLoot_strsplit(":", arg1) if msg == "Atlasloot" then