mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
stop sending parcel overlays on parcels crossings since SL seems to have
stop sending also
This commit is contained in:
@@ -422,7 +422,8 @@ namespace OpenSim.Region.CoreModules.World.Land
|
||||
if (force || NotsameID)
|
||||
{
|
||||
over.SendLandUpdateToClient(avatar.ControllingClient);
|
||||
SendParcelOverlay(avatar.ControllingClient);
|
||||
// sl doesnt seem to send this now, as it used 2
|
||||
// SendParcelOverlay(avatar.ControllingClient);
|
||||
avatar.currentParcelUUID = over.LandData.GlobalID;
|
||||
m_scene.EventManager.TriggerAvatarEnteringNewParcel(avatar, over.LandData.LocalID,
|
||||
m_scene.RegionInfo.RegionID);
|
||||
|
||||
Reference in New Issue
Block a user