mirror of
https://github.com/parnic/LibDogTag-Unit-3.0.git
synced 2025-06-16 21:41:53 -05:00
Indent with tabs instead of spaces.
This commit is contained in:
@ -11,12 +11,12 @@ local L = DogTag_Unit.L
|
||||
|
||||
DogTag:AddTag("Unit", "Combos", {
|
||||
code = function (unit, target)
|
||||
if unit and target then
|
||||
return GetComboPoints(unit, target)
|
||||
else
|
||||
return GetComboPoints(UnitHasVehicleUI("player") and "vehicle" or "player", "target")
|
||||
end
|
||||
end,
|
||||
if unit and target then
|
||||
return GetComboPoints(unit, target)
|
||||
else
|
||||
return GetComboPoints(UnitHasVehicleUI("player") and "vehicle" or "player", "target")
|
||||
end
|
||||
end,
|
||||
arg = {
|
||||
'unit', 'string;undef', '@undef',
|
||||
'target', 'string;undef', '@undef'
|
||||
|
Reference in New Issue
Block a user