1
0
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:
lidgren
2014-08-11 05:38:22 +00:00
parent 092bd4d536
commit c2f8346ca3

View File

@@ -593,7 +593,6 @@ namespace Lidgren.Network
{
if (string.IsNullOrEmpty(source))
{
EnsureBufferSize(m_bitLength + 8);
WriteVariableUInt32(0);
return;
}