Created dll

main
Thomas Woischnig 2023-12-04 01:36:11 +01:00
parent af0865c488
commit 38958bad95
2 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ while (running)
else
{
Console.WriteLine("Hosting game ...");
lobbyClient.HostLobby(GameGuids.NFS, "Hallo, Welt!", 1, 8, null, "127.0.0.1", myPort);
lobbyClient.HostLobby(GameGuids.NFS, "Hallo, Welt!", 1, 8, null, myPort);
fakeGameHost.isHost = true;
}
}