Fixed: update color instead status

--HG--
branch : compatibility-develop
This commit is contained in:
Nuno Gonçalves 2017-06-27 14:38:08 +02:00
parent c9c0cbe88f
commit 648e3ba184

View file

@ -283,7 +283,7 @@ function game:updateTargetConsiderUI()
else
if level == 1 then -- Locked by another team
wgLock.active = true
wgLock.active = "250 50 50 255"
wgLock.color = "250 50 50 255"
end
end
end