mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-27 01:26:30 +00:00
Changed: Minor changes
--HG-- branch : develop
This commit is contained in:
parent
58a8269cd8
commit
e281fc1706
1 changed files with 1 additions and 2 deletions
|
@ -219,7 +219,6 @@ end
|
||||||
function game:updateTargetConsiderUI()
|
function game:updateTargetConsiderUI()
|
||||||
--debugInfo("Updating consider widget")
|
--debugInfo("Updating consider widget")
|
||||||
|
|
||||||
|
|
||||||
local targetWindow = getUI("ui:interface:target")
|
local targetWindow = getUI("ui:interface:target")
|
||||||
--
|
--
|
||||||
local wgTargetSlotForce = targetWindow:find("slot_force")
|
local wgTargetSlotForce = targetWindow:find("slot_force")
|
||||||
|
@ -229,7 +228,7 @@ function game:updateTargetConsiderUI()
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue