mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
minor: commented out code removal
This commit is contained in:
@@ -3566,7 +3566,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
for (int i = 0; i < count; i++)
|
||||
{
|
||||
ObjectUpdatePacket.ObjectDataBlock block = m_primFullUpdates.Dequeue();
|
||||
//outPacket.ObjectData[i] = m_primFullUpdates.Dequeue();
|
||||
|
||||
if (!m_killRecord.Contains(block.ID))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user