mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Merge commit 'ecad9f9fd589f90d1c7a20faf14af0304804b616' into bigmerge
This commit is contained in:
@@ -2675,10 +2675,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
/// indices, and the tolerance for out-of-bound values, makes
|
||||
/// this more complicated than it might otherwise seem.
|
||||
/// </summary>
|
||||
|
||||
public LSL_String llGetSubString(string src, int start, int end)
|
||||
{
|
||||
|
||||
m_host.AddScriptLPS(1);
|
||||
|
||||
// Normalize indices (if negative).
|
||||
|
||||
Reference in New Issue
Block a user