diff options
Diffstat (limited to 'OpenSim/Services/Interfaces/ISimulationService.cs')
-rw-r--r-- | OpenSim/Services/Interfaces/ISimulationService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/ISimulationService.cs b/OpenSim/Services/Interfaces/ISimulationService.cs index 089507e..257b578 100644 --- a/OpenSim/Services/Interfaces/ISimulationService.cs +++ b/OpenSim/Services/Interfaces/ISimulationService.cs | |||
@@ -98,6 +98,7 @@ namespace OpenSim.Services.Interfaces | |||
98 | /// <param name="agentHomeURI">The visitor's Home URI. Will be missing (null) in older OpenSims.</param> | 98 | /// <param name="agentHomeURI">The visitor's Home URI. Will be missing (null) in older OpenSims.</param> |
99 | /// <param name="viaTeleport">True: via teleport; False: via cross (walking)</param> | 99 | /// <param name="viaTeleport">True: via teleport; False: via cross (walking)</param> |
100 | /// <param name="position">Position in the region</param> | 100 | /// <param name="position">Position in the region</param> |
101 | |||
101 | /// <param name="sversion"> | 102 | /// <param name="sversion"> |
102 | /// Version that the requesting simulator is runing. If null then no version check is carried out. | 103 | /// Version that the requesting simulator is runing. If null then no version check is carried out. |
103 | /// </param> | 104 | /// </param> |