Skip to content

Commit

Permalink
Update CheckVersion.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkthnx committed Sep 18, 2024
1 parent d994848 commit 2609aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KkthnxUI/Core/CheckVersion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function Module:VersionCheck_UpdateGroup()
return
end

local channel = IsPartyLFG() or C_PartyInfo.IsPartyWalkIn() and "INSTANCE_CHAT" or IsInRaid() and "RAID" or "PARTY"
local channel = IsPartyLFG() and "INSTANCE_CHAT" or (IsInRaid() and "RAID" or "PARTY")
Module:VersionCheck_Send(channel)
end

Expand Down

0 comments on commit 2609aa7

Please sign in to comment.