diff options
Diffstat (limited to 'OpenSim')
-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 3b26dde..9ba99d6 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -3566,7 +3566,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3566 | for (int i = 0; i < count; i++) | 3566 | for (int i = 0; i < count; i++) |
3567 | { | 3567 | { |
3568 | ObjectUpdatePacket.ObjectDataBlock block = m_primFullUpdates.Dequeue(); | 3568 | ObjectUpdatePacket.ObjectDataBlock block = m_primFullUpdates.Dequeue(); |
3569 | //outPacket.ObjectData[i] = m_primFullUpdates.Dequeue(); | ||
3570 | 3569 | ||
3571 | if (!m_killRecord.Contains(block.ID)) | 3570 | if (!m_killRecord.Contains(block.ID)) |
3572 | { | 3571 | { |