Skip to content

Commit 409d6dd

Browse files
committed
still false
1 parent c20d4df commit 409d6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElvUI/Core/Modules/Misc/RaidUtility.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function RU:InInstance()
9898
end
9999

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

104104
function RU:HasPermission()

0 commit comments

Comments
 (0)