1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-18 08:06:33 +09:00

Invalid warning message about status fixed

This commit is contained in:
lidgren
2012-07-06 18:29:57 +00:00
parent 90ba729c35
commit d11dcbe257
6 changed files with 14 additions and 4 deletions

View File

@@ -623,6 +623,7 @@ namespace Lidgren.Network
// Ok, start handshake!
NetConnection conn = new NetConnection(this, senderEndpoint);
conn.m_status = NetConnectionStatus.ReceivedInitiation;
m_handshakes.Add(senderEndpoint, conn);
conn.ReceivedHandshake(now, tp, ptr, payloadByteLength);