diff options
author | Melanie Thielker | 2009-03-30 11:51:34 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-03-30 11:51:34 +0000 |
commit | f88d755f9679b7b8e1880c76a452bc7344f9cb30 (patch) | |
tree | 08d0ba20919a613a209384bfe3419113e3409776 /OpenSim/Client/MXP | |
parent | Thank you Flyte Xevious for Mantis #3361 - Implementation of llEdgeOfWorld (diff) | |
download | opensim-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/MXP')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 4 |
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 | } |