aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2009-08-31 20:07:33 -0400
committerTeravus Ovares (Dan Olivares)2009-08-31 20:07:33 -0400
commitb997174d08919fc69f29109b28e054d995672d0e (patch)
treeae6db3ea8cc2f62608cae20ab7e0147f866a9652 /OpenSim/Region/Framework/Scenes/ScenePresence.cs
parent* When the RegionCombinerModule is active add an extra set of borders with In... (diff)
downloadopensim-SC_OLD-b997174d08919fc69f29109b28e054d995672d0e.zip
opensim-SC_OLD-b997174d08919fc69f29109b28e054d995672d0e.tar.gz
opensim-SC_OLD-b997174d08919fc69f29109b28e054d995672d0e.tar.bz2
opensim-SC_OLD-b997174d08919fc69f29109b28e054d995672d0e.tar.xz
* Fix attachment cross issues with new borders.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 46e3289..857dc11 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -3509,8 +3509,8 @@ namespace OpenSim.Region.Framework.Scenes
3509 { 3509 {
3510 // Set the parent localID to 0 so it transfers over properly. 3510 // Set the parent localID to 0 so it transfers over properly.
3511 gobj.RootPart.SetParentLocalId(0); 3511 gobj.RootPart.SetParentLocalId(0);
3512 gobj.RootPart.IsAttachment = false;
3513 gobj.AbsolutePosition = gobj.RootPart.AttachedPos; 3512 gobj.AbsolutePosition = gobj.RootPart.AttachedPos;
3513 gobj.RootPart.IsAttachment = false;
3514 //gobj.RootPart.LastOwnerID = gobj.GetFromAssetID(); 3514 //gobj.RootPart.LastOwnerID = gobj.GetFromAssetID();
3515 m_log.DebugFormat("[ATTACHMENT]: Sending attachment {0} to region {1}", gobj.UUID, regionHandle); 3515 m_log.DebugFormat("[ATTACHMENT]: Sending attachment {0} to region {1}", gobj.UUID, regionHandle);
3516 m_scene.CrossPrimGroupIntoNewRegion(regionHandle, gobj, silent); 3516 m_scene.CrossPrimGroupIntoNewRegion(regionHandle, gobj, silent);