mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 00:58:07 +00:00
fix a cast
This commit is contained in:
@@ -653,7 +653,7 @@ namespace OpenSim.Region.ScriptEngine.Shared
|
||||
{
|
||||
if (Data[itemIndex] is LSL_Types.key)
|
||||
{
|
||||
return (LSL_Types.LSLString)Data[itemIndex];
|
||||
return new LSL_Types.LSLString(Data[itemIndex].ToString());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user