mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 00:44:45 +00:00
cleanup
This commit is contained in:
@@ -7,7 +7,7 @@ local ElvUF = ns.oUF;
|
||||
--Lua functions
|
||||
local _G = _G
|
||||
local setmetatable, getfenv, setfenv = setmetatable, getfenv, setfenv
|
||||
local type, unpack, select, pairs = type, unpack, select, pairs
|
||||
local type, unpack, pairs = type, unpack, pairs
|
||||
local min, random = math.min, math.random
|
||||
local format = string.format
|
||||
local find = string.find
|
||||
|
||||
Reference in New Issue
Block a user