From 0c831a0c2e6264e607b148bdf73a0aee8add6f34 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Sun, 11 May 2008 04:38:02 +0000 Subject: [PATCH] * Mantis #1127 - Patch to implement depreciated patches. Thanks middlelink! --- .../ClientStack/LindenUDP/LLClientView.cs | 40 +++++++++++++++++-- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index bf45006a9a..85069122bf 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -4366,6 +4366,42 @@ namespace OpenSim.Region.ClientStack.LindenUDP OnObjectDeselect(incomingdeselect.ObjectData[i].ObjectLocalID, this); } } + break; + case PacketType.ObjectPosition: + // DEPRECATED: but till libsecondlife removes it, people will use it + ObjectPositionPacket position = (ObjectPositionPacket)Pack; + + for (int i=0; i