mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
Changed: Removed extraneous spaces
--HG-- branch : develop
This commit is contained in:
parent
e4d3407be5
commit
dc2dad8c77
1 changed files with 34 additions and 35 deletions
|
@ -226,8 +226,8 @@ function game:updateTargetConsiderUI()
|
|||
local wgImpossible = targetWindow:find("impossible")
|
||||
local wgSlotRing = targetWindow:find("slot_ring")
|
||||
local wgToolTip = targetWindow:find("target_tooltip")
|
||||
local wgPvPTag = targetWindow:find("pvp_tags")
|
||||
local wgHeader = targetWindow:find("header_opened")
|
||||
local wgPvPTag = targetWindow:find("pvp_tags")
|
||||
local wgHeader = targetWindow:find("header_opened")
|
||||
|
||||
wgTargetSlotForce.active = true
|
||||
wgImpossible.active = true
|
||||
|
@ -342,7 +342,6 @@ function game:updateTargetConsiderUI()
|
|||
if impossible then
|
||||
wgToolTip.tooltip = concatUCString(wgToolTip.tooltip, ucstring("\n"), i18n.get("uittConsiderUnknownLevel"))
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
----------------------
|
||||
|
|
Loading…
Reference in a new issue