mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
typo
This commit is contained in:
@@ -6811,7 +6811,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
{
|
||||
object[] data = src.Data;
|
||||
if(data == null)
|
||||
return LSL_Integer.Zero;
|
||||
return LSL_Float.Zero;
|
||||
if (index >= 0 && index < data.Length)
|
||||
{
|
||||
object o = data[index];
|
||||
|
||||
Reference in New Issue
Block a user