dont override custom color
This commit is contained in:
parent
dbe4c2942e
commit
78da831c11
@ -120,10 +120,10 @@ std::optional<colors::rgba_t> forceEspColorSteamId(unsigned id)
|
|||||||
auto *co = online::getUserData(id);
|
auto *co = online::getUserData(id);
|
||||||
if (co)
|
if (co)
|
||||||
{
|
{
|
||||||
if (co->rainbow)
|
|
||||||
return std::optional<colors::rgba_t>{ colors::RainbowCurrent() };
|
|
||||||
if (co->has_color)
|
if (co->has_color)
|
||||||
return std::optional<colors::rgba_t>{ co->color };
|
return std::optional<colors::rgba_t>{ co->color };
|
||||||
|
if (co->rainbow)
|
||||||
|
return std::optional<colors::rgba_t>{ colors::RainbowCurrent() };
|
||||||
}
|
}
|
||||||
|
|
||||||
return std::nullopt;
|
return std::nullopt;
|
||||||
|
Reference in New Issue
Block a user