Removed unused parameter
parent
3c17ee228b
commit
af0865c488
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue