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

Bad network thread check removed

This commit is contained in:
lidgren
2010-09-02 07:27:46 +00:00
parent 1c73e5e279
commit 6e1ff06634

View File

@@ -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;