Thomas Woischnig 2023-12-04 17:18:13 +01:00
parent 6ff97d7db0
commit 97f7dcb049
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "com.incobyte.lobbyclient", "name": "com.incobyte.lobbyclient",
"version": "1.0.1", "version": "1.0.2",
"displayName": "Game Lobby Client", "displayName": "Game Lobby Client",
"description": "Provides a client for the game lobvy server to list and join lobbies", "description": "Provides a client for the game lobvy server to list and join lobbies",
"unity": "2022.3", "unity": "2022.3",

View File

@ -111,7 +111,7 @@ _ = Task.Run(() =>
} }
else else
{ {
Console.WriteLine($"Requesting nat punch to me!"); Console.WriteLine($"Requesting nat punch to me!");
lobbyClient.RequestLobbyNatPunch(lobbyHostInfo.LobbyId, null, (remoteEndpoint, messageBuffer, messageLength) => lobbyClient.RequestLobbyNatPunch(lobbyHostInfo.LobbyId, null, (remoteEndpoint, messageBuffer, messageLength) =>
{ {
fakeGameHost.Send(remoteEndpoint, messageBuffer, messageLength); fakeGameHost.Send(remoteEndpoint, messageBuffer, messageLength);