aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorJeff Ames2008-11-21 18:44:48 +0000
committerJeff Ames2008-11-21 18:44:48 +0000
commitecac5c9c5a18241c62a25834b20be38ee0e38843 (patch)
treea0a0678b8060d69cf01f9cba8f661fc856105142 /OpenSim/Region/ClientStack
parent* Largely revert the last revision and improve on the previous way of doing t... (diff)
downloadopensim-SC_OLD-ecac5c9c5a18241c62a25834b20be38ee0e38843.zip
opensim-SC_OLD-ecac5c9c5a18241c62a25834b20be38ee0e38843.tar.gz
opensim-SC_OLD-ecac5c9c5a18241c62a25834b20be38ee0e38843.tar.bz2
opensim-SC_OLD-ecac5c9c5a18241c62a25834b20be38ee0e38843.tar.xz
Update svn properties, minor 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 b11a5e8..978a2da 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -5715,8 +5715,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
5715 5715
5716 List<UUID> returnIDs = new List<UUID>(); 5716 List<UUID> returnIDs = new List<UUID>();
5717 5717
5718 foreach(ParcelSelectObjectsPacket.ReturnIDsBlock rb in 5718 foreach (ParcelSelectObjectsPacket.ReturnIDsBlock rb in
5719 selectPacket.ReturnIDs) 5719 selectPacket.ReturnIDs)
5720 { 5720 {
5721 returnIDs.Add(rb.ReturnID); 5721 returnIDs.Add(rb.ReturnID);
5722 } 5722 }