remove unnecessary sendparceloverlay

This commit is contained in:
UbitUmarov
2014-08-01 02:55:34 +01:00
parent e5f9f064a7
commit cb43dff2dc

View File

@@ -1181,7 +1181,7 @@ namespace OpenSim.Region.CoreModules.World.Land
temp[i].SendLandProperties(sequence_id, snap_selection, requestResult, remote_client);
}
SendParcelOverlay(remote_client);
// SendParcelOverlay(remote_client);
}
public void UpdateLandProperties(ILandObject land, LandUpdateArgs args, IClientAPI remote_client)