mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
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:
@@ -310,7 +310,7 @@ namespace OpenSim.Region.Capabilities
|
||||
else if (inventoryType == "animation")
|
||||
{
|
||||
inType = 19;
|
||||
assType = 19;
|
||||
assType = 20;
|
||||
}
|
||||
|
||||
AssetBase asset;
|
||||
|
||||
Reference in New Issue
Block a user