Cause llGetInventoryType to return the asset type, which corresponds with
the LSL constants.0.6.1-post-fixes
parent
c6ed72b4fa
commit
6c27321949
|
@ -7940,7 +7940,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
{
|
||||
if (inv.Value.Name == name)
|
||||
{
|
||||
return inv.Value.InvType;
|
||||
return inv.Value.Type;
|
||||
}
|
||||
}
|
||||
return -1;
|
||||
|
|
Loading…
Reference in New Issue