From 47579ba32f44e52665c94b576b22823dd062dc79 Mon Sep 17 00:00:00 2001 From: lidgren Date: Wed, 3 Nov 2010 13:15:45 +0000 Subject: [PATCH] Removed bad check --- Lidgren.Network/NetPeer.Internal.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lidgren.Network/NetPeer.Internal.cs b/Lidgren.Network/NetPeer.Internal.cs index e214e21..0c7185d 100644 --- a/Lidgren.Network/NetPeer.Internal.cs +++ b/Lidgren.Network/NetPeer.Internal.cs @@ -51,8 +51,6 @@ namespace Lidgren.Network private void InitializeNetwork() { - VerifyNetworkThread(); - lock (m_initializeLock) { m_configuration.Lock();