aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client
diff options
context:
space:
mode:
authorMelanie Thielker2009-03-30 11:51:34 +0000
committerMelanie Thielker2009-03-30 11:51:34 +0000
commitf88d755f9679b7b8e1880c76a452bc7344f9cb30 (patch)
tree08d0ba20919a613a209384bfe3419113e3409776 /OpenSim/Client
parentThank you Flyte Xevious for Mantis #3361 - Implementation of llEdgeOfWorld (diff)
downloadopensim-SC_OLD-f88d755f9679b7b8e1880c76a452bc7344f9cb30.zip
opensim-SC_OLD-f88d755f9679b7b8e1880c76a452bc7344f9cb30.tar.gz
opensim-SC_OLD-f88d755f9679b7b8e1880c76a452bc7344f9cb30.tar.bz2
opensim-SC_OLD-f88d755f9679b7b8e1880c76a452bc7344f9cb30.tar.xz
Add PickInfoReply packet.
Fixes Mantis #3324
Diffstat (limited to 'OpenSim/Client')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index 3479806..91661ee 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -1600,5 +1600,9 @@ namespace OpenSim.Client.MXP.ClientStack
1600 public void SendMuteListUpdate(string filename) 1600 public void SendMuteListUpdate(string filename)
1601 { 1601 {
1602 } 1602 }
1603
1604 public void SendPickInfoReply(UUID pickID,UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled)
1605 {
1606 }
1603 } 1607 }
1604} 1608}