From 86c46e92cd9df501f4bb906f8aed134b65f34cb2 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sun, 25 May 2008 01:09:14 +0000 Subject: * Disabling isSelected check on object persistence backup (at least temporarily), since it appears we sometimes either don't receive or don't register deselect packets when prims are shift copied. * A better long term solution may be to address the problem of why we're not always seeing the deselects --- OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs') diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index 921770d..4d19d72 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs @@ -1090,10 +1090,6 @@ namespace OpenSim.Region.Environment.Scenes LLUUID folderID = LLUUID.Zero; - - - - foreach (DeRezObjectPacket.ObjectDataBlock Data in DeRezPacket.ObjectData) { // m_log.DebugFormat( -- cgit v1.1