diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index fd979a3..18245e5 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -2224,10 +2224,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
2224 | // | 2224 | // |
2225 | ScenePresence sp = GetScenePresence(sceneObject.OwnerID); | 2225 | ScenePresence sp = GetScenePresence(sceneObject.OwnerID); |
2226 | 2226 | ||
2227 | uint parentLocalID = 0; | 2227 | //uint parentLocalID = 0; |
2228 | if (sp != null) | 2228 | if (sp != null) |
2229 | { | 2229 | { |
2230 | parentLocalID = sp.LocalId; | 2230 | //parentLocalID = sp.LocalId; |
2231 | 2231 | ||
2232 | //sceneObject.RootPart.IsAttachment = true; | 2232 | //sceneObject.RootPart.IsAttachment = true; |
2233 | //sceneObject.RootPart.SetParentLocalId(parentLocalID); | 2233 | //sceneObject.RootPart.SetParentLocalId(parentLocalID); |