aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
index b4f7d51..c307998 100644
--- a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
+++ b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
@@ -937,6 +937,8 @@ namespace OpenSim.Region.CoreModules.World.Land
937 newLand.LandData.Name = newLand.LandData.Name; 937 newLand.LandData.Name = newLand.LandData.Name;
938 newLand.LandData.GlobalID = UUID.Random(); 938 newLand.LandData.GlobalID = UUID.Random();
939 newLand.LandData.Dwell = 0; 939 newLand.LandData.Dwell = 0;
940 // Clear "Show in search" on the cut out parcel to prevent double-charging
941 newLand.LandData.Flags &= ~(uint)ParcelFlags.ShowDirectory;
940 942
941 newLand.SetLandBitmap(newLand.GetSquareLandBitmap(start_x, start_y, end_x, end_y)); 943 newLand.SetLandBitmap(newLand.GetSquareLandBitmap(start_x, start_y, end_x, end_y));
942 944