mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Remove land that is being abandoned from search. This is now consistent with
sale and reclaim.
This commit is contained in:
@@ -1166,6 +1166,7 @@ namespace OpenSim.Region.CoreModules.World.Land
|
||||
land.LandData.OwnerID = m_scene.RegionInfo.EstateSettings.EstateOwner;
|
||||
land.LandData.GroupID = UUID.Zero;
|
||||
land.LandData.IsGroupOwned = false;
|
||||
land.LandData.Flags &= ~(uint) (ParcelFlags.ForSale | ParcelFlags.ForSaleObjects | ParcelFlags.SellParcelObjects | ParcelFlags.ShowDirectory);
|
||||
m_scene.ForEachClient(SendParcelOverlay);
|
||||
land.SendLandUpdateToClient(true, remote_client);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user