remove unnecessary sendparceloverlay

avinationmerge
UbitUmarov 2014-08-01 02:55:34 +01:00
parent e5f9f064a7
commit cb43dff2dc
1 changed files with 1 additions and 1 deletions

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)