From af0865c488b472a443f20761d5fd307c8edda0dc Mon Sep 17 00:00:00 2001 From: Thomas Woischnig Date: Mon, 4 Dec 2023 01:34:41 +0100 Subject: [PATCH] Removed unused parameter --- LobbyClient/LobbyClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LobbyClient/LobbyClient.cs b/LobbyClient/LobbyClient.cs index 47cad0e..ab6c703 100644 --- a/LobbyClient/LobbyClient.cs +++ b/LobbyClient/LobbyClient.cs @@ -76,7 +76,7 @@ namespace Lobbies } } - public void HostLobby(Guid gameId, string name, int gameMode, int maxPlayerCount, string? password, string? ip, int port) + public void HostLobby(Guid gameId, string name, int gameMode, int maxPlayerCount, string? password, int port) { udpEchoServer.Start(0);