Skip to content

Commit

Permalink
fix broken server password icon
Browse files Browse the repository at this point in the history
  • Loading branch information
GenZmeY committed Oct 21, 2023
1 parent 3bab743 commit dd4cde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YAS/Classes/YAS_ScoreBoard.uc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const IconRanked = Texture2D'DailyObjective_UI.KF2_Dailies_Icon_PerkLvl';
//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_I27';
const IconPassword = Texture2D'UI_Menus.ServerBrowserMenu_SWF_I28';
//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';
Expand Down

0 comments on commit dd4cde6

Please sign in to comment.