Cause llGetInventoryType to return the asset type, which corresponds with

the LSL constants.
0.6.1-post-fixes
Melanie Thielker 2008-11-09 19:10:33 +00:00
parent c6ed72b4fa
commit 6c27321949
1 changed files with 1 additions and 1 deletions

View File

@ -7940,7 +7940,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
{ {
if (inv.Value.Name == name) if (inv.Value.Name == name)
{ {
return inv.Value.InvType; return inv.Value.Type;
} }
} }
return -1; return -1;