102
parent
6ff97d7db0
commit
97f7dcb049
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "com.incobyte.lobbyclient",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"displayName": "Game Lobby Client",
|
||||
"description": "Provides a client for the game lobvy server to list and join lobbies",
|
||||
"unity": "2022.3",
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ _ = Task.Run(() =>
|
|||
}
|
||||
else
|
||||
{
|
||||
Console.WriteLine($"Requesting nat punch to me!");
|
||||
Console.WriteLine($"Requesting nat punch to me!");
|
||||
lobbyClient.RequestLobbyNatPunch(lobbyHostInfo.LobbyId, null, (remoteEndpoint, messageBuffer, messageLength) =>
|
||||
{
|
||||
fakeGameHost.Send(remoteEndpoint, messageBuffer, messageLength);
|
||||
|
|
|
|||
Loading…
Reference in New Issue