aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/ISimulationService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Services/Interfaces/ISimulationService.cs')
-rw-r--r--OpenSim/Services/Interfaces/ISimulationService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/ISimulationService.cs b/OpenSim/Services/Interfaces/ISimulationService.cs
index ae6bd72..7940256 100644
--- a/OpenSim/Services/Interfaces/ISimulationService.cs
+++ b/OpenSim/Services/Interfaces/ISimulationService.cs
@@ -106,7 +106,7 @@ namespace OpenSim.Services.Interfaces
106 /// <param name="sog"></param> 106 /// <param name="sog"></param>
107 /// <param name="isLocalCall"></param> 107 /// <param name="isLocalCall"></param>
108 /// <returns></returns> 108 /// <returns></returns>
109 bool CreateObject(GridRegion destination, ISceneObject sog, bool isLocalCall); 109 bool CreateObject(GridRegion destination, Vector3 newPosition, ISceneObject sog, bool isLocalCall);
110 110
111 /// <summary> 111 /// <summary>
112 /// Create an object from the user's inventory in the destination region. 112 /// Create an object from the user's inventory in the destination region.