mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
According to the SL wiki, estate managers can set parcels for sale. Make it sew.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user