mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs
This commit is contained in:
@@ -743,6 +743,10 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
inType = (sbyte)InventoryType.Sound;
|
||||
assType = (sbyte)AssetType.Sound;
|
||||
}
|
||||
else if (inventoryType == "snapshot")
|
||||
{
|
||||
inType = (sbyte)InventoryType.Snapshot;
|
||||
}
|
||||
else if (inventoryType == "animation")
|
||||
{
|
||||
inType = (sbyte)InventoryType.Animation;
|
||||
|
||||
Reference in New Issue
Block a user