mirror of
https://github.com/parnic/LibDogTag-Unit-3.0.git
synced 2025-06-16 21:41:53 -05:00
Fix a bug of unintended 'L' variable redeclaration
This commit is contained in:
@ -9,7 +9,6 @@ DogTag_Unit_funcs[#DogTag_Unit_funcs+1] = function(DogTag_Unit, DogTag)
|
||||
|
||||
local L = DogTag_Unit.L
|
||||
|
||||
local L = DogTag.L
|
||||
local newList = DogTag.newList
|
||||
local del = DogTag.del
|
||||
local IsNormalUnit = DogTag.IsNormalUnit
|
||||
|
Reference in New Issue
Block a user