Remove unnecessary instation of DOMap() in SOP from commit 5c53660
since this is being done lazily
parent
39a0928052
commit
48d41ef307
|
@ -369,7 +369,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
Rezzed = DateTime.UtcNow;
|
Rezzed = DateTime.UtcNow;
|
||||||
Description = String.Empty;
|
Description = String.Empty;
|
||||||
DynAttrs = new DAMap();
|
DynAttrs = new DAMap();
|
||||||
DynObjs = new DOMap();
|
|
||||||
|
|
||||||
// Prims currently only contain a single folder (Contents). From looking at the Second Life protocol,
|
// Prims currently only contain a single folder (Contents). From looking at the Second Life protocol,
|
||||||
// this appears to have the same UUID (!) as the prim. If this isn't the case, one can't drag items from
|
// this appears to have the same UUID (!) as the prim. If this isn't the case, one can't drag items from
|
||||||
|
|
Loading…
Reference in New Issue