You've already forked lidgren-network-gen3
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user