diff options
author | Teravus Ovares | 2008-05-24 09:40:14 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-24 09:40:14 +0000 |
commit | 3965fa2ff3fd59dd5bb049b1321468380cf2af2d (patch) | |
tree | a2184de316e69408c27866fa923085b84788bf76 /OpenSim/Region/ClientStack | |
parent | * an attempt to resolve the teleport + attachment = crash (diff) | |
download | opensim-SC_OLD-3965fa2ff3fd59dd5bb049b1321468380cf2af2d.zip opensim-SC_OLD-3965fa2ff3fd59dd5bb049b1321468380cf2af2d.tar.gz opensim-SC_OLD-3965fa2ff3fd59dd5bb049b1321468380cf2af2d.tar.bz2 opensim-SC_OLD-3965fa2ff3fd59dd5bb049b1321468380cf2af2d.tar.xz |
* Implements selected object return.
* If user is in the same sim with you, they'll get an inventory update, if not.... oh well, they'll have to clear their cache potentially before they'll see it.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index c1c4af2..ee2972f 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -3868,6 +3868,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3868 | } | 3868 | } |
3869 | else | 3869 | else |
3870 | { | 3870 | { |
3871 | |||
3871 | switch (Pack.Type) | 3872 | switch (Pack.Type) |
3872 | { | 3873 | { |
3873 | #region Scene/Avatar | 3874 | #region Scene/Avatar |