Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Nichols committed Sep 9, 2020
1 parent d6abc5c commit 8d3504c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ABGP/guild.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ function ABGP:GetAltRaidGroup(rank)
return rank and rankData[rank] and rankData[rank].altRaidGroup;
end


function ABGP:IsInRaidGroup(active, raidGroup)
return active.raidGroup == raidGroup or active.altRaidGroup == raidGroup;
end
Expand Down

0 comments on commit 8d3504c

Please sign in to comment.