Fixed the problem of uploaded animations not showing up in inventory [Mantis number 338]. They should now show up in inventory and play locally should work. But Play in world doesn't seem to work yet.

This commit is contained in:
MW
2007-08-28 20:07:59 +00:00
parent 3a97f3f597
commit 2ccc8e1e98

View File

@@ -310,7 +310,7 @@ namespace OpenSim.Region.Capabilities
else if (inventoryType == "animation")
{
inType = 19;
assType = 19;
assType = 20;
}
AssetBase asset;