Fixed: update color instead status

--HG--
branch : compatibility-develop
hg/compatibility-develop
Nuno Gonçalves 8 years ago
parent c9c0cbe88f
commit 648e3ba184

@ -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…
Cancel
Save