From 8d799f7fdf1b5da706dc0ea52f3995b1f008c4e4 Mon Sep 17 00:00:00 2001 From: Repooc Date: Sun, 13 Jul 2014 23:31:38 -0400 Subject: [PATCH] Darth? --- ElvUI_SLE/core/media.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ElvUI_SLE/core/media.lua b/ElvUI_SLE/core/media.lua index 64f3877..552f0d0 100644 --- a/ElvUI_SLE/core/media.lua +++ b/ElvUI_SLE/core/media.lua @@ -1,5 +1,5 @@ local E, L, V, P, G, _ = unpack(ElvUI); -local SLE = E:GetModule('SLE') +local SLE = E:GetModule('SLE') --I don't see where this is needed??? local M = E:GetModule('SLE_Media') local LSM = LibStub("LibSharedMedia-3.0") @@ -86,8 +86,6 @@ function M:TextShow() local z, i, a, s, c = random(1, #Zones), random(1, #PvPInfo), random(1, #PVPArena), random(1, #Subzones), random(1, #Colors) local red, green, blue = unpack(Colors[c]) - - --Setting texts-- ZoneTextString:SetText(Zones[z]) PVPInfoTextString:SetText(PvPInfo[i]) -- 1.7.9.5