diff options
author | Teravus Ovares | 2008-05-08 20:45:50 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-08 20:45:50 +0000 |
commit | 646df0dc2cf8775b3debaf9c6d3415d55394b404 (patch) | |
tree | d914eb42e333d95c0f727381005653bc755e5731 /OpenSim/Region | |
parent | *Added all the permission checks to the sceneexternalchecks and modified perm... (diff) | |
download | opensim-SC_OLD-646df0dc2cf8775b3debaf9c6d3415d55394b404.zip opensim-SC_OLD-646df0dc2cf8775b3debaf9c6d3415d55394b404.tar.gz opensim-SC_OLD-646df0dc2cf8775b3debaf9c6d3415d55394b404.tar.bz2 opensim-SC_OLD-646df0dc2cf8775b3debaf9c6d3415d55394b404.tar.xz |
* remove 2 warnings.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 5bd2e6c..1694efb 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -1657,7 +1657,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1657 | AvatarPickerReplyPacket replyPacket = new AvatarPickerReplyPacket(); | 1657 | AvatarPickerReplyPacket replyPacket = new AvatarPickerReplyPacket(); |
1658 | replyPacket.AgentData.AgentID = AgentData.AgentID; | 1658 | replyPacket.AgentData.AgentID = AgentData.AgentID; |
1659 | replyPacket.AgentData.QueryID = AgentData.QueryID; | 1659 | replyPacket.AgentData.QueryID = AgentData.QueryID; |
1660 | int i = 0; | 1660 | //int i = 0; |
1661 | List<AvatarPickerReplyPacket.DataBlock> data_block = new List<AvatarPickerReplyPacket.DataBlock>(); | 1661 | List<AvatarPickerReplyPacket.DataBlock> data_block = new List<AvatarPickerReplyPacket.DataBlock>(); |
1662 | foreach (AvatarPickerReplyDataArgs arg in Data) | 1662 | foreach (AvatarPickerReplyDataArgs arg in Data) |
1663 | { | 1663 | { |