diff options
Merge commit 'ecad9f9fd589f90d1c7a20faf14af0304804b616' into bigmerge
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 012f7e1..0e0c2b7 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -2675,10 +2675,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
2675 | /// indices, and the tolerance for out-of-bound values, makes | 2675 | /// indices, and the tolerance for out-of-bound values, makes |
2676 | /// this more complicated than it might otherwise seem. | 2676 | /// this more complicated than it might otherwise seem. |
2677 | /// </summary> | 2677 | /// </summary> |
2678 | |||
2679 | public LSL_String llGetSubString(string src, int start, int end) | 2678 | public LSL_String llGetSubString(string src, int start, int end) |
2680 | { | 2679 | { |
2681 | |||
2682 | m_host.AddScriptLPS(1); | 2680 | m_host.AddScriptLPS(1); |
2683 | 2681 | ||
2684 | // Normalize indices (if negative). | 2682 | // Normalize indices (if negative). |