fix a bad c&p

0.9.1.0-post-fixes
UbitUmarov 2019-01-21 14:09:36 +00:00
parent 9e2152d2cb
commit eb9ac87dd9
1 changed files with 4 additions and 4 deletions

View File

@ -4355,10 +4355,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
else
{
// Everything else goes here
if (terseAgentUpdateBlocks == null)
if (terseUpdateBlocks == null)
{
terseAgentUpdateBlocks = new List<ImprovedTerseObjectUpdatePacket.ObjectDataBlock>();
terseAgentUpdates = new List<EntityUpdate>();
terseUpdateBlocks = new List<ImprovedTerseObjectUpdatePacket.ObjectDataBlock>();
terseUpdates = new List<EntityUpdate>();
}
terseUpdateBlocks.Add(ablock);
terseUpdates.Add(update);