diff options
author | Jeff Ames | 2008-12-30 01:08:07 +0000 |
---|---|---|
committer | Jeff Ames | 2008-12-30 01:08:07 +0000 |
commit | 2be0f7a6f0b66e25b0d7e0e6cfee93f0c41b562b (patch) | |
tree | c39317267e7f1d634fc1a922ded51c6e48e329d1 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |
parent | Changing the default Comms module to be RESTComms, in case none is specified ... (diff) | |
download | opensim-SC_OLD-2be0f7a6f0b66e25b0d7e0e6cfee93f0c41b562b.zip opensim-SC_OLD-2be0f7a6f0b66e25b0d7e0e6cfee93f0c41b562b.tar.gz opensim-SC_OLD-2be0f7a6f0b66e25b0d7e0e6cfee93f0c41b562b.tar.bz2 opensim-SC_OLD-2be0f7a6f0b66e25b0d7e0e6cfee93f0c41b562b.tar.xz |
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 962071b..36eaf95 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -8248,7 +8248,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
8248 | ap.Data = new AvatarPicksReplyPacket.DataBlock[picks.Count]; | 8248 | ap.Data = new AvatarPicksReplyPacket.DataBlock[picks.Count]; |
8249 | 8249 | ||
8250 | int i = 0; | 8250 | int i = 0; |
8251 | foreach(KeyValuePair<UUID, string> pick in picks) | 8251 | foreach (KeyValuePair<UUID, string> pick in picks) |
8252 | { | 8252 | { |
8253 | ap.Data[i] = new AvatarPicksReplyPacket.DataBlock(); | 8253 | ap.Data[i] = new AvatarPicksReplyPacket.DataBlock(); |
8254 | ap.Data[i].PickID = pick.Key; | 8254 | ap.Data[i].PickID = pick.Key; |
@@ -8272,7 +8272,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
8272 | ac.Data = new AvatarClassifiedReplyPacket.DataBlock[classifieds.Count]; | 8272 | ac.Data = new AvatarClassifiedReplyPacket.DataBlock[classifieds.Count]; |
8273 | 8273 | ||
8274 | int i = 0; | 8274 | int i = 0; |
8275 | foreach(KeyValuePair<UUID, string> classified in classifieds) | 8275 | foreach (KeyValuePair<UUID, string> classified in classifieds) |
8276 | { | 8276 | { |
8277 | ac.Data[i] = new AvatarClassifiedReplyPacket.DataBlock(); | 8277 | ac.Data[i] = new AvatarClassifiedReplyPacket.DataBlock(); |
8278 | ac.Data[i].ClassifiedID = classified.Key; | 8278 | ac.Data[i].ClassifiedID = classified.Key; |