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
Removed superflous call to EnsureBufferSize
This commit is contained in:
@@ -593,7 +593,6 @@ namespace Lidgren.Network
|
||||
{
|
||||
if (string.IsNullOrEmpty(source))
|
||||
{
|
||||
EnsureBufferSize(m_bitLength + 8);
|
||||
WriteVariableUInt32(0);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user