mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
Partially remove the select function
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
--Cache global variables
|
||||
--Lua functions
|
||||
local _G = getfenv()
|
||||
local print, tostring, select = print, tostring, select
|
||||
local print, tostring = print, tostring
|
||||
local format = string.format
|
||||
--WoW API / Variables
|
||||
local GetMouseFocus = GetMouseFocus
|
||||
|
||||
Reference in New Issue
Block a user