diff options
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.
Diffstat (limited to 'OpenSim/Framework/Communications/Capabilities')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 6afb35c..1a63b98 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs | |||
@@ -310,7 +310,7 @@ namespace OpenSim.Region.Capabilities | |||
310 | else if (inventoryType == "animation") | 310 | else if (inventoryType == "animation") |
311 | { | 311 | { |
312 | inType = 19; | 312 | inType = 19; |
313 | assType = 19; | 313 | assType = 20; |
314 | } | 314 | } |
315 | 315 | ||
316 | AssetBase asset; | 316 | AssetBase asset; |