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);