Skip to content

Commit

Permalink
still false
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Apr 13, 2024
1 parent c20d4df commit 409d6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI/Core/Modules/Misc/RaidUtility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function RU:InInstance()
end

function RU:IsLeader()
return (UnitIsGroupLeader('player') and RU:InInstance()) or false -- use false to handle coloring of ping restrict text
return UnitIsGroupLeader('player') and RU:InInstance()
end

function RU:HasPermission()
Expand Down

0 comments on commit 409d6dd

Please sign in to comment.