Skip to content

Commit

Permalink
Revert unrelated styling whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Oct 10, 2023
1 parent 05b449a commit 8871325
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Northstar.Client/mod/scripts/vscripts/ui/menu_lobby.nut
Original file line number Diff line number Diff line change
Expand Up @@ -1656,4 +1656,4 @@ void function Lobby_SetFDModeBasedOnSearching( string playlistToSearch )
}

Lobby_SetFDMode( isFDMode )
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ void function CycleModesForward( var button )

file.currentModePage++
UpdateVisibleModes()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -817,4 +817,4 @@ void function OnPrivateMatchMenu_Open()
{
Lobby_SetFDMode( false )
OnLobbyMenu_Open()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ globalize_all_functions
bool function ShouldReturnToLobby()
{
return GetConVarBool( "ns_should_return_to_lobby" )
}
}

0 comments on commit 8871325

Please sign in to comment.