From 07c37c7cb2ae3d9a09e9b41a5a98cd69d501e086 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Wed, 7 Dec 2022 23:51:31 +0300 Subject: [PATCH] fix broken icons --- YAS/Classes/YAS_ScoreBoard.uc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/YAS/Classes/YAS_ScoreBoard.uc b/YAS/Classes/YAS_ScoreBoard.uc index bc71d96..4ba4b5c 100644 --- a/YAS/Classes/YAS_ScoreBoard.uc +++ b/YAS/Classes/YAS_ScoreBoard.uc @@ -16,10 +16,10 @@ const FontScalarModDefault = 1.25f; const ShowDamage = true; const IconRanked = Texture2D'DailyObjective_UI.KF2_Dailies_Icon_PerkLvl'; // where the hell is the right icon? -const IconCustom = Texture2D'UI_Menus.ServerBrowserMenu_SWF_I26'; -const IconUnranked = Texture2D'UI_Menus.ServerBrowserMenu_SWF_I28'; +//const IconCustom = Texture2D'UI_Menus.ServerBrowserMenu_SWF_I26'; +//const IconUnranked = Texture2D'UI_Menus.ServerBrowserMenu_SWF_I28'; const IconUnrankedAlt = Texture2D'UI_VoiceComms_TEX.UI_VoiceCommand_Icon_Negative'; -const IconPassword = Texture2D'UI_Menus.ServerBrowserMenu_SWF_I20'; +const IconPassword = Texture2D'UI_Menus.ServerBrowserMenu_SWF_I27'; //const IconDosh = Texture2D'UI_HUD.InGameHUD_SWF_I13A'; const IconPlayer = Texture2D'UI_HUD.InGameHUD_ZED_SWF_I1F5'; //const IconClock = Texture2D'UI_HUD.InGameHUD_SWF_I17D';