Brighten black kill list text when player not found
This commit is contained in:
parent
15b8e84589
commit
6b51c25266
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ function ctf_colors.get_color(tplayer)
|
||||||
end
|
end
|
||||||
local tcolor_hex = ctf.flag_colors[tcolor_text]
|
local tcolor_hex = ctf.flag_colors[tcolor_text]
|
||||||
if not tcolor_hex then
|
if not tcolor_hex then
|
||||||
tcolor_hex = 0x000000
|
tcolor_hex = 0x777777
|
||||||
end
|
end
|
||||||
|
|
||||||
local tcolor_css = "#" .. tostring(tcolor_hex):sub(3, 8)
|
local tcolor_css = "#" .. tostring(tcolor_hex):sub(3, 8)
|
||||||
|
|
Loading…
Reference in a new issue