Cause llGetInventoryType to return the asset type, which corresponds with

the LSL constants.
This commit is contained in:
Melanie Thielker
2008-11-09 19:10:33 +00:00
parent c6ed72b4fa
commit 6c27321949

View File

@@ -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;