aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs
diff options
context:
space:
mode:
authordiva2009-02-13 00:49:58 +0000
committerdiva2009-02-13 00:49:58 +0000
commita54758eef38e911fcdca1cf200e97f56d6bf5e8f (patch)
tree7524bf1bce0209a024ca013f84cc9e372e13aa1c /OpenSim/Region/Framework/Interfaces/IInterregionComms.cs
parentRemove extra ID field from asset DB mapping. Mantis #3122, fixes Mantis #3080. (diff)
downloadopensim-SC_OLD-a54758eef38e911fcdca1cf200e97f56d6bf5e8f.zip
opensim-SC_OLD-a54758eef38e911fcdca1cf200e97f56d6bf5e8f.tar.gz
opensim-SC_OLD-a54758eef38e911fcdca1cf200e97f56d6bf5e8f.tar.bz2
opensim-SC_OLD-a54758eef38e911fcdca1cf200e97f56d6bf5e8f.tar.xz
Bug fix in prim crossing: making it clear when the local object needs to be cloned (regions on the same instance) and when it doesn't (regions on different instances).
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IInterregionComms.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IInterregionComms.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs b/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs
index 06ef1aa..d3f44bb 100644
--- a/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs
+++ b/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs
@@ -70,7 +70,7 @@ namespace OpenSim.Region.Framework.Interfaces
70 /// <returns></returns> 70 /// <returns></returns>
71 bool SendCloseAgent(ulong regionHandle, UUID id); 71 bool SendCloseAgent(ulong regionHandle, UUID id);
72 72
73 bool SendCreateObject(ulong regionHandle, ISceneObject sog); 73 bool SendCreateObject(ulong regionHandle, ISceneObject sog, bool isLocalCall);
74 74
75 } 75 }
76 76