diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/Land/LandManagementModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Land/LandManagementModule.cs b/OpenSim/Region/Environment/Modules/World/Land/LandManagementModule.cs index 2a06440..0245a9e 100644 --- a/OpenSim/Region/Environment/Modules/World/Land/LandManagementModule.cs +++ b/OpenSim/Region/Environment/Modules/World/Land/LandManagementModule.cs | |||
@@ -144,6 +144,7 @@ namespace OpenSim.Region.Environment.Modules.World.Land | |||
144 | { | 144 | { |
145 | if (landList.ContainsKey(local_id)) | 145 | if (landList.ContainsKey(local_id)) |
146 | { | 146 | { |
147 | newData.LocalID = local_id; | ||
147 | landList[local_id].landData = newData.Copy(); | 148 | landList[local_id].landData = newData.Copy(); |
148 | m_scene.EventManager.TriggerLandObjectUpdated((uint)local_id, landList[local_id]); | 149 | m_scene.EventManager.TriggerLandObjectUpdated((uint)local_id, landList[local_id]); |
149 | } | 150 | } |