Skip to content

Commit

Permalink
Update menu_mode_select.nut
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanieon committed Sep 11, 2024
1 parent e8ffff5 commit 109edf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ void function UpdateVisibleModes()
if( blockedModes.contains( file.sortedModes[ modeIndex ] ) )
Hud_SetLocked( button, true )

if ( !PrivateMatch_IsValidMapModeCombo( PrivateMatch_GetSelectedMap(), mode ) )
if ( PrivateMatch_IsValidMapModeCombo( PrivateMatch_GetSelectedMap(), mode ) )
{
Hud_SetLocked( button, true )
SetButtonRuiText( button, mode )
Expand Down

0 comments on commit 109edf0

Please sign in to comment.