fix a bad c&p
parent
9e2152d2cb
commit
eb9ac87dd9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue