diff options
author | UbitUmarov | 2017-05-04 12:57:11 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-04 12:57:11 +0100 |
commit | 5f5b7e56dbff9acbd57506db852160761613556e (patch) | |
tree | a2de12fc323878ad393d952fa2ab7cc3a5d55a9c /OpenSim/Region/ClientStack/Linden/Caps | |
parent | viewer can't tell if a taskitem is group owned if we don't tell him; (diff) | |
parent | the new options i add where actually bad idea, they would make the (diff) | |
download | opensim-SC-5f5b7e56dbff9acbd57506db852160761613556e.zip opensim-SC-5f5b7e56dbff9acbd57506db852160761613556e.tar.gz opensim-SC-5f5b7e56dbff9acbd57506db852160761613556e.tar.bz2 opensim-SC-5f5b7e56dbff9acbd57506db852160761613556e.tar.xz |
merge fix
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/ObjectCaps/ObjectAdd.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/ObjectCaps/ObjectAdd.cs b/OpenSim/Region/ClientStack/Linden/Caps/ObjectCaps/ObjectAdd.cs index 69fcb7d..b044e56 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/ObjectCaps/ObjectAdd.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/ObjectCaps/ObjectAdd.cs | |||
@@ -357,7 +357,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
357 | rootpart.NextOwnerMask = next_owner_mask; | 357 | rootpart.NextOwnerMask = next_owner_mask; |
358 | rootpart.Material = (byte)material; | 358 | rootpart.Material = (byte)material; |
359 | 359 | ||
360 | obj.AggregatePerms(); | 360 | obj.InvalidateDeepEffectivePerms(); |
361 | 361 | ||
362 | m_scene.PhysicsScene.AddPhysicsActorTaint(rootpart.PhysActor); | 362 | m_scene.PhysicsScene.AddPhysicsActorTaint(rootpart.PhysActor); |
363 | 363 | ||