mirror of
https://github.com/opensim/opensim.git
synced 2026-07-20 22:55:38 +08:00
Mantis #7874: parcel properties not being updated upon avatar entering new parcel. Root cause: update of the avatar's current property was being made too soon.
This commit is contained in:
@@ -526,7 +526,6 @@ namespace OpenSim.Region.CoreModules.World.Land
|
||||
ILandObject newover = GetLandObject(pos.X, pos.Y);
|
||||
if(over != newover || avatar.currentParcelUUID != newover.LandData.GlobalID)
|
||||
{
|
||||
avatar.currentParcelUUID = newover.LandData.GlobalID;
|
||||
m_scene.EventManager.TriggerAvatarEnteringNewParcel(avatar,
|
||||
newover.LandData.LocalID, m_scene.RegionInfo.RegionID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user