diff --git a/src/game/client/components/menus_settings.cpp b/src/game/client/components/menus_settings.cpp index c5561fbae..734196294 100644 --- a/src/game/client/components/menus_settings.cpp +++ b/src/game/client/components/menus_settings.cpp @@ -2227,8 +2227,8 @@ void CMenus::RenderSettingsDDNet(CUIRect MainView) UI()->DoLabelScaled(&Label, paLabels[s], 15.0f, -1); } } - g_Config.m_ClBackgroundColor = Bg.Pack(false); - g_Config.m_ClBackgroundEntitiesColor = BgE.Pack(false); + g_Config.m_ClBackgroundColor = Bg.Pack(); + g_Config.m_ClBackgroundEntitiesColor = BgE.Pack(); { static float s_Map = 0.0f;