mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
cleanup AFK
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
local E, L, V, P, G = unpack(ElvUI)
|
local E, L, V, P, G = unpack(ElvUI); --Import: Engine, Locales, PrivateDB, ProfileDB, GlobalDB
|
||||||
local AFK = E:NewModule("AFK", "AceEvent-3.0", "AceTimer-3.0")
|
local AFK = E:NewModule("AFK", "AceEvent-3.0", "AceTimer-3.0");
|
||||||
-- local CH = E:GetModule("Chat")
|
-- local CH = E:GetModule("Chat")
|
||||||
|
|
||||||
local _G = getfenv()
|
--Cache global variables
|
||||||
|
--Lua functions
|
||||||
|
local _G = _G
|
||||||
local GetTime = GetTime
|
local GetTime = GetTime
|
||||||
local floor = math.floor
|
local floor = math.floor
|
||||||
|
--WoW API / Variables
|
||||||
local CinematicFrame = CinematicFrame
|
local CinematicFrame = CinematicFrame
|
||||||
local CreateFrame = CreateFrame
|
local CreateFrame = CreateFrame
|
||||||
local GetBattlefieldStatus = GetBattlefieldStatus
|
local GetBattlefieldStatus = GetBattlefieldStatus
|
||||||
|
|||||||
Reference in New Issue
Block a user