mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
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.
This commit is contained in:
@@ -144,6 +144,7 @@ namespace OpenSim.Region.Environment.Modules.World.Land
|
||||
{
|
||||
if (landList.ContainsKey(local_id))
|
||||
{
|
||||
newData.LocalID = local_id;
|
||||
landList[local_id].landData = newData.Copy();
|
||||
m_scene.EventManager.TriggerLandObjectUpdated((uint)local_id, landList[local_id]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user