diff options
author | Melanie Thielker | 2008-10-10 20:23:49 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-10 20:23:49 +0000 |
commit | 85ae8e3e946924fae4ea56cdb70397753a460868 (patch) | |
tree | 68af0ef0121b09de29fafa592c9d05388e8ed464 /OpenSim/Region/Environment/Modules | |
parent | added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for the... (diff) | |
download | opensim-SC_OLD-85ae8e3e946924fae4ea56cdb70397753a460868.zip opensim-SC_OLD-85ae8e3e946924fae4ea56cdb70397753a460868.tar.gz opensim-SC_OLD-85ae8e3e946924fae4ea56cdb70397753a460868.tar.bz2 opensim-SC_OLD-85ae8e3e946924fae4ea56cdb70397753a460868.tar.xz |
Committing diva's LandSnapshot update patch. Also included is a small
fix for the LandManagementModule. I changed LandSnapshot to use
CachedUserInfo to take a load off the user server. Also, missing owner
profiles are legit, warning removed.
Diffstat (limited to 'OpenSim/Region/Environment/Modules')
-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 | } |