aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
diff options
context:
space:
mode:
authorMelanie2010-12-09 02:24:12 +0000
committerMelanie2010-12-09 02:24:12 +0000
commit7fef89847ca909a16d55b1e8e3080d26f823ae95 (patch)
tree70db9afb60625e42b0f48bd83b06eb8cf9fa736e /OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
parentPlumb a code path for the entity transfer module to ask a destination scene (diff)
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-7fef89847ca909a16d55b1e8e3080d26f823ae95.zip
opensim-SC_OLD-7fef89847ca909a16d55b1e8e3080d26f823ae95.tar.gz
opensim-SC_OLD-7fef89847ca909a16d55b1e8e3080d26f823ae95.tar.bz2
opensim-SC_OLD-7fef89847ca909a16d55b1e8e3080d26f823ae95.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs')
-rw-r--r--OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
index d25a766..c2f43ca 100644
--- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
@@ -562,7 +562,7 @@ namespace OpenSim.Services.Connectors.Simulation
562 562
563 protected virtual string ObjectPath() 563 protected virtual string ObjectPath()
564 { 564 {
565 return "/object/"; 565 return "object/";
566 } 566 }
567 567
568 public bool CreateObject(GridRegion destination, ISceneObject sog, bool isLocalCall) 568 public bool CreateObject(GridRegion destination, ISceneObject sog, bool isLocalCall)