mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I do realize the setter has to be there for legacy reasons, but since the calls will never acually DO anyhting, I'm removing them.
* So, SOP.FolderID is actually a cruft field that should be removed.
This commit is contained in:
@@ -122,10 +122,7 @@ namespace OpenSim.Data.MSSQL
|
||||
sceneObjectPart.Shape = PrimitiveBaseShape.Default;
|
||||
else
|
||||
sceneObjectPart.Shape = BuildShape(reader);
|
||||
|
||||
// A relic from when we we thought that prims contained folder objects. In
|
||||
// reality, prim == folder
|
||||
sceneObjectPart.FolderID = sceneObjectPart.UUID;
|
||||
|
||||
sceneObjectParts.Add(sceneObjectPart);
|
||||
|
||||
UUID groupID = new UUID((Guid)reader["SceneGroupID"]);
|
||||
|
||||
Reference in New Issue
Block a user