From 0b25107c94ef01ce5c00b109764e6b54f4b44c9c Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Wed, 18 Feb 2009 22:57:36 +0000 Subject: Fix standalone / simulator local script crossings. --- .../Region/CoreModules/Communications/Local/LocalInterregionComms.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim') 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 { // We need to make a local copy of the object ISceneObject sogClone = sog.CloneForNewScene(); + sogClone.SetState(sog.GetStateSnapshot(), + s.RegionInfo.RegionID); return s.IncomingCreateObject(sogClone); } else -- cgit v1.1