mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Allow llList2Key to also act on System.String
This commit is contained in:
@@ -5475,7 +5475,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
// for completion and should LSL_Key ever be implemented
|
||||
// as it's own struct
|
||||
else if (!(src.Data[index] is LSL_String ||
|
||||
src.Data[index] is LSL_Key))
|
||||
src.Data[index] is LSL_Key ||
|
||||
src.Data[index] is String))
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user