From 6e1ff06634d63fc55c4c376102555c194154db98 Mon Sep 17 00:00:00 2001 From: lidgren Date: Thu, 2 Sep 2010 07:27:46 +0000 Subject: [PATCH] Bad network thread check removed --- Lidgren.Network/NetConnection.Handshake.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lidgren.Network/NetConnection.Handshake.cs b/Lidgren.Network/NetConnection.Handshake.cs index 1b613e8..e710a39 100644 --- a/Lidgren.Network/NetConnection.Handshake.cs +++ b/Lidgren.Network/NetConnection.Handshake.cs @@ -31,8 +31,6 @@ namespace Lidgren.Network internal void SetStatus(NetConnectionStatus status, string reason) { - m_owner.VerifyNetworkThread(); - if (status == m_status) return; m_status = status;