diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Implementation')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 7080ad1..8bf149d 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -6381,6 +6381,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
6381 | else | 6381 | else |
6382 | reply = "UNKNOWN"; | 6382 | reply = "UNKNOWN"; |
6383 | break; | 6383 | break; |
6384 | case 128: // SIM_RELEASE | ||
6385 | reply = m_ScriptEngine.World.GetSimulatorVersion(); | ||
6386 | break; | ||
6384 | default: | 6387 | default: |
6385 | return LLUUID.Zero.ToString(); // Raise no event | 6388 | return LLUUID.Zero.ToString(); // Raise no event |
6386 | } | 6389 | } |