mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: update color instead status
--HG-- branch : compatibility-develop
This commit is contained in:
parent
c9c0cbe88f
commit
648e3ba184
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ function game:updateTargetConsiderUI()
|
||||||
else
|
else
|
||||||
if level == 1 then -- Locked by another team
|
if level == 1 then -- Locked by another team
|
||||||
wgLock.active = true
|
wgLock.active = true
|
||||||
wgLock.active = "250 50 50 255"
|
wgLock.color = "250 50 50 255"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue