Changed: Removed extraneous spaces
This commit is contained in:
parent
766def2c9b
commit
51aac8b5e9
1 changed files with 34 additions and 35 deletions
|
@ -226,8 +226,8 @@ function game:updateTargetConsiderUI()
|
||||||
local wgImpossible = targetWindow:find("impossible")
|
local wgImpossible = targetWindow:find("impossible")
|
||||||
local wgSlotRing = targetWindow:find("slot_ring")
|
local wgSlotRing = targetWindow:find("slot_ring")
|
||||||
local wgToolTip = targetWindow:find("target_tooltip")
|
local wgToolTip = targetWindow:find("target_tooltip")
|
||||||
local wgPvPTag = targetWindow:find("pvp_tags")
|
local wgPvPTag = targetWindow:find("pvp_tags")
|
||||||
local wgHeader = targetWindow:find("header_opened")
|
local wgHeader = targetWindow:find("header_opened")
|
||||||
|
|
||||||
wgTargetSlotForce.active = true
|
wgTargetSlotForce.active = true
|
||||||
wgImpossible.active = true
|
wgImpossible.active = true
|
||||||
|
@ -342,7 +342,6 @@ function game:updateTargetConsiderUI()
|
||||||
if impossible then
|
if impossible then
|
||||||
wgToolTip.tooltip = concatUCString(wgToolTip.tooltip, ucstring("\n"), i18n.get("uittConsiderUnknownLevel"))
|
wgToolTip.tooltip = concatUCString(wgToolTip.tooltip, ucstring("\n"), i18n.get("uittConsiderUnknownLevel"))
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
----------------------
|
----------------------
|
||||||
|
|
Loading…
Reference in a new issue