You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-16 07:06:30 +09:00
- Handle NatIntroduction message even if connection already exists
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Lidgren.Network
|
||||
/// <summary>
|
||||
/// Called when host/client receives a NatIntroduction message from a master server
|
||||
/// </summary>
|
||||
private void HandleNatIntroduction(int ptr)
|
||||
internal void HandleNatIntroduction(int ptr)
|
||||
{
|
||||
VerifyNetworkThread();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user