Skip to content

Commit

Permalink
Removed ElvUI swag
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Oct 14, 2020
1 parent f4da562 commit acfb301
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions REFlex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@ RE.PlayerZone = GetCVar("portal")

SLASH_REFLEX1 = "/reflex"

local function ElvUISwag(sender)
if sender == "Livarax-BurningLegion" then
return [[|TInterface\PvPRankBadges\PvPRank09:0|t ]]
end
return nil
end

function RE:OnLoad(self)
RE.SessionStart, RE.PlayerTimezone = RE:GetUTCTimestamp(true)
Expand Down Expand Up @@ -431,9 +425,6 @@ function RE:OnEvent(_, event, ...)
RE.DumpFrame = DUMP:New("REFlex - CSV")

RE.IsSkinned = _G.AddOnSkins and _G.AddOnSkins[1]:CheckOption("REFlex") or false
if ElvUI then
ElvUI[1]:GetModule("Chat"):AddPluginIcons(ElvUISwag)
end

if RE.Settings.LDBMode == 1 then
RE:GetSessionHonor()
Expand Down

0 comments on commit acfb301

Please sign in to comment.