You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-16 07:06:30 +09:00
Encryption fixed
This commit is contained in:
@@ -558,6 +558,7 @@ namespace Lidgren.Network
|
||||
{
|
||||
// not enough data
|
||||
#if DEBUG
|
||||
|
||||
throw new NetException(c_readOverflowError);
|
||||
#else
|
||||
m_readPosition = m_bitLength;
|
||||
|
||||
Reference in New Issue
Block a user