Removed unused parameter

main
Thomas Woischnig 2023-12-04 01:34:41 +01:00
parent 3c17ee228b
commit af0865c488
1 changed files with 1 additions and 1 deletions

View File

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