From a5e9429f2bb2276486cc2f1ed2249e14fba90d6a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 31 Jul 2014 03:10:50 +0100 Subject: MESS: changes in MakeRootAgent and CompleteMovement reordering things. Added sending of land overlay and parcel information. This in order to only send avatar related information after having its position well defined and on the right parcel. THIS MAY STILL BE BAD :) --- OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/RegionCombinerModule') diff --git a/OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs b/OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs index 4bf2a82..e5e76e9 100644 --- a/OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs +++ b/OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs @@ -196,6 +196,7 @@ namespace OpenSim.Region.RegionCombinerModule RootRegionLandChannel.SetParcelOtherCleanTime(remoteClient, localID, otherCleanTime); } + public void sendClientInitialLandInfo(IClientAPI remoteClient) { } #endregion } } \ No newline at end of file -- cgit v1.1