You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-15 22:56:30 +09:00
Logging error instead of throwing exception on network thread in RELEASE
Removed superflous break Added new keyword to ReadByte() - not optimal, but it will have to do for now
This commit is contained in:
@@ -639,7 +639,6 @@ namespace Lidgren.Network
|
||||
case NetDeliveryMethod.Unknown:
|
||||
default:
|
||||
throw new NetException("Bad delivery method!");
|
||||
break;
|
||||
}
|
||||
|
||||
if (m_owner == null)
|
||||
|
||||
Reference in New Issue
Block a user