diff options
author | UbitUmarov | 2014-07-31 03:10:50 +0100 |
---|---|---|
committer | UbitUmarov | 2014-07-31 03:10:50 +0100 |
commit | a5e9429f2bb2276486cc2f1ed2249e14fba90d6a (patch) | |
tree | 30373d517c5adbea792afb993d8a99546022b26b /OpenSim/Region/RegionCombinerModule | |
parent | make HandlerRegionHandshakeReply processing async and delay it a bit. This (diff) | |
download | opensim-SC_OLD-a5e9429f2bb2276486cc2f1ed2249e14fba90d6a.zip opensim-SC_OLD-a5e9429f2bb2276486cc2f1ed2249e14fba90d6a.tar.gz opensim-SC_OLD-a5e9429f2bb2276486cc2f1ed2249e14fba90d6a.tar.bz2 opensim-SC_OLD-a5e9429f2bb2276486cc2f1ed2249e14fba90d6a.tar.xz |
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 :)
Diffstat (limited to 'OpenSim/Region/RegionCombinerModule')
-rw-r--r-- | OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
196 | RootRegionLandChannel.SetParcelOtherCleanTime(remoteClient, localID, otherCleanTime); | 196 | RootRegionLandChannel.SetParcelOtherCleanTime(remoteClient, localID, otherCleanTime); |
197 | } | 197 | } |
198 | 198 | ||
199 | public void sendClientInitialLandInfo(IClientAPI remoteClient) { } | ||
199 | #endregion | 200 | #endregion |
200 | } | 201 | } |
201 | } \ No newline at end of file | 202 | } \ No newline at end of file |