aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Communications/Local/LocalInterregionComms.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules/Communications/Local/LocalInterregionComms.cs')
-rw-r--r--OpenSim/Region/CoreModules/Communications/Local/LocalInterregionComms.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Communications/Local/LocalInterregionComms.cs b/OpenSim/Region/CoreModules/Communications/Local/LocalInterregionComms.cs
index 29bc4f7..317a935 100644
--- a/OpenSim/Region/CoreModules/Communications/Local/LocalInterregionComms.cs
+++ b/OpenSim/Region/CoreModules/Communications/Local/LocalInterregionComms.cs
@@ -215,6 +215,8 @@ namespace OpenSim.Region.CoreModules.Communications.Local
215 { 215 {
216 // We need to make a local copy of the object 216 // We need to make a local copy of the object
217 ISceneObject sogClone = sog.CloneForNewScene(); 217 ISceneObject sogClone = sog.CloneForNewScene();
218 sogClone.SetState(sog.GetStateSnapshot(),
219 s.RegionInfo.RegionID);
218 return s.IncomingCreateObject(sogClone); 220 return s.IncomingCreateObject(sogClone);
219 } 221 }
220 else 222 else