Skip to content

Commit

Permalink
Update Northstar.Client/mod/scripts/vscripts/ui/menu_private_match.nut
Browse files Browse the repository at this point in the history
Co-authored-by: uniboi <[email protected]>
  • Loading branch information
JMM889901 and uniboi committed Aug 12, 2024
1 parent 728c196 commit e3d7864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ void function SetModeInfo( string modeName )
}
else
{
RuiSetImage( Hud_GetRui( nextModeIconAlt ), "iconImage", StringToAsset(iconName) )
RuiSetImage( Hud_GetRui( nextModeIconAlt ), "iconImage", StringToAsset( iconName ) )

Hud_Hide( nextModeIcon )
Hud_Show( nextModeIconAlt )
Expand Down

0 comments on commit e3d7864

Please sign in to comment.