You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
// Changing the skin resets the images that the GUICollectionBoxes of the banner and logo show. If no custom banner or logo were specified reset to default here otherwise they will be missing.
934
+
if (techBuyMenuTheme.BannerImagePath.empty()) { m_pBuyGUI[player]->SetDefaultBannerImage(); }
935
+
if (techBuyMenuTheme.LogoImagePath.empty()) { m_pBuyGUI[player]->SetDefaultLogoImage(); }
0 commit comments