You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-19 00:26:30 +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)
|
internal void SetStatus(NetConnectionStatus status, string reason)
|
||||||
{
|
{
|
||||||
m_owner.VerifyNetworkThread();
|
|
||||||
|
|
||||||
if (status == m_status)
|
if (status == m_status)
|
||||||
return;
|
return;
|
||||||
m_status = status;
|
m_status = status;
|
||||||
|
|||||||
Reference in New Issue
Block a user