Signed-off-by: nebadon <michael@osgrid.org>
xassetservice
PixelTomsen 2012-02-19 09:53:50 +01:00 committed by nebadon
parent a114367b9b
commit d22715126c
1 changed files with 2 additions and 1 deletions

View File

@ -272,7 +272,8 @@ namespace OpenSim.Region.CoreModules.World.Land
ParcelFlags.AllowGroupScripts |
ParcelFlags.CreateGroupObjects |
ParcelFlags.AllowAPrimitiveEntry |
ParcelFlags.AllowGroupObjectEntry);
ParcelFlags.AllowGroupObjectEntry |
ParcelFlags.AllowFly);
}
if (m_scene.Permissions.CanEditParcelProperties(remote_client.AgentId, this, GroupPowers.LandSetSale))