mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Remove unnecessary instation of DOMap() in SOP from commit 5c53660 since this is being done lazily
This commit is contained in:
@@ -369,7 +369,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
Rezzed = DateTime.UtcNow;
|
||||
Description = String.Empty;
|
||||
DynAttrs = new DAMap();
|
||||
DynObjs = new DOMap();
|
||||
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user