According to the SL wiki, estate managers can set parcels for sale. Make it sew.

LSLKeyTest
Melanie Thielker 2016-05-02 21:40:14 +02:00
parent 4bac95bf4a
commit 1e44aba620
1 changed files with 1 additions and 1 deletions

View File

@ -1508,7 +1508,7 @@ namespace OpenSim.Region.CoreModules.World.Permissions
DebugPermissionInformation(MethodInfo.GetCurrentMethod().Name);
if (m_bypassPermissions) return m_bypassPermissionsValue;
return GenericParcelOwnerPermission(user, parcel, (ulong)GroupPowers.LandSetSale, false);
return GenericParcelOwnerPermission(user, parcel, (ulong)GroupPowers.LandSetSale, true);
}
private bool CanTakeObject(UUID objectID, UUID stealer, Scene scene)