aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorJeff Ames2009-06-10 04:28:56 +0000
committerJeff Ames2009-06-10 04:28:56 +0000
commita23d64dec1cbf88abc3c7e84664a683dee534e4a (patch)
tree7e85403f29839775209481ba7f6ee55aac56f209 /OpenSim/Region/ClientStack
parentLetting the Flotsam cache be enabled even when [AssetCache] section is missin... (diff)
downloadopensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.zip
opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.gz
opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.bz2
opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.xz
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index ac5b27e..7d4bb8e 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -9453,7 +9453,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
9453 } 9453 }
9454 9454
9455 // in the end, we dereference this, so we have to check if it's null 9455 // in the end, we dereference this, so we have to check if it's null
9456 if (m_imageManager != null ) 9456 if (m_imageManager != null)
9457 m_imageManager.ProcessImageQueue(10); 9457 m_imageManager.ProcessImageQueue(10);
9458 PacketPool.Instance.ReturnPacket(Pack); 9458 PacketPool.Instance.ReturnPacket(Pack);
9459 } 9459 }
@@ -10164,7 +10164,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
10164 mirplk.AgentData.AgentID = AgentId; 10164 mirplk.AgentData.AgentID = AgentId;
10165 mirplk.RequestData.ItemType = mapitemtype; 10165 mirplk.RequestData.ItemType = mapitemtype;
10166 mirplk.Data = new MapItemReplyPacket.DataBlock[replies.Length]; 10166 mirplk.Data = new MapItemReplyPacket.DataBlock[replies.Length];
10167 for (int i = 0; i < replies.Length; i++ ) 10167 for (int i = 0; i < replies.Length; i++)
10168 { 10168 {
10169 MapItemReplyPacket.DataBlock mrdata = new MapItemReplyPacket.DataBlock(); 10169 MapItemReplyPacket.DataBlock mrdata = new MapItemReplyPacket.DataBlock();
10170 mrdata.X = replies[i].x; 10170 mrdata.X = replies[i].x;