mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Merge branch 'avination-current' into careminster
Conflicts: OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs OpenSim/Region/Framework/Interfaces/IDynamicMenuModule.cs OpenSim/Region/OptionalModules/ViewerSupport/DynamicMenuModule.cs OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs
This commit is contained in:
@@ -272,6 +272,11 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
AttachmentPoint = 0;
|
||||
|
||||
// Don't zap trees
|
||||
if (RootPart.Shape.PCode == (byte)PCode.Tree ||
|
||||
RootPart.Shape.PCode == (byte)PCode.NewTree)
|
||||
return;
|
||||
|
||||
// Even though we don't use child part state parameters for attachments any more, we still need to set
|
||||
// these to zero since having them non-zero in rezzed scene objects will crash some clients. Even if
|
||||
// we store them correctly, scene objects that we receive from elsewhere might not.
|
||||
|
||||
Reference in New Issue
Block a user