aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
index 0a2882a..2de6402 100644
--- a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
+++ b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
@@ -1181,7 +1181,7 @@ namespace OpenSim.Region.CoreModules.World.Land
1181 temp[i].SendLandProperties(sequence_id, snap_selection, requestResult, remote_client); 1181 temp[i].SendLandProperties(sequence_id, snap_selection, requestResult, remote_client);
1182 } 1182 }
1183 1183
1184 SendParcelOverlay(remote_client); 1184// SendParcelOverlay(remote_client);
1185 } 1185 }
1186 1186
1187 public void UpdateLandProperties(ILandObject land, LandUpdateArgs args, IClientAPI remote_client) 1187 public void UpdateLandProperties(ILandObject land, LandUpdateArgs args, IClientAPI remote_client)