diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 8aa1b38..724c8bc 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -3547,7 +3547,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3547 | for (int i = 0; i < count; i++) | 3547 | for (int i = 0; i < count; i++) |
3548 | { | 3548 | { |
3549 | ObjectUpdatePacket.ObjectDataBlock block = m_primFullUpdates.Dequeue(); | 3549 | ObjectUpdatePacket.ObjectDataBlock block = m_primFullUpdates.Dequeue(); |
3550 | //outPacket.ObjectData[i] = m_primFullUpdates.Dequeue(); | ||
3551 | 3550 | ||
3552 | if (!m_killRecord.Contains(block.ID)) | 3551 | if (!m_killRecord.Contains(block.ID)) |
3553 | { | 3552 | { |