You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-17 23: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))
|
if (string.IsNullOrEmpty(source))
|
||||||
{
|
{
|
||||||
EnsureBufferSize(m_bitLength + 8);
|
|
||||||
WriteVariableUInt32(0);
|
WriteVariableUInt32(0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user