diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index ee7c4f4..a8b63fe 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -369,7 +369,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
369 | Rezzed = DateTime.UtcNow; | 369 | Rezzed = DateTime.UtcNow; |
370 | Description = String.Empty; | 370 | Description = String.Empty; |
371 | DynAttrs = new DAMap(); | 371 | DynAttrs = new DAMap(); |
372 | DynObjs = new DOMap(); | ||
373 | 372 | ||
374 | // Prims currently only contain a single folder (Contents). From looking at the Second Life protocol, | 373 | // Prims currently only contain a single folder (Contents). From looking at the Second Life protocol, |
375 | // this appears to have the same UUID (!) as the prim. If this isn't the case, one can't drag items from | 374 | // this appears to have the same UUID (!) as the prim. If this isn't the case, one can't drag items from |