Skip to content

Commit

Permalink
Forgot to remove this
Browse files Browse the repository at this point in the history
Signed-off-by: sleepyyapril <[email protected]>
  • Loading branch information
sleepyyapril authored Dec 14, 2024
1 parent d25412b commit 8bf73b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/MainMenu/MainMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private void AddressBoxEntered(LineEdit.LineEditEventArgs args)
TryConnect(args.Text);
}

private void TryConnect(string address, string? commandToRun = null)
private void TryConnect(string address)
{
var inputName = _mainMenuControl.UsernameBox.Text.Trim();
if (!UsernameHelpers.IsNameValid(inputName, out var reason))
Expand Down

0 comments on commit 8bf73b3

Please sign in to comment.