there is no real reason to write this value back to estate settings,

and it is the most often tickled part of this race condition.
afrisby
Sean Dague 2007-11-19 23:00:08 +00:00
parent 98f82105a0
commit ec5186c98a
1 changed files with 5 additions and 1 deletions

View File

@ -479,7 +479,11 @@ namespace OpenSim.Framework
set
{
m_terrainImageID = value;
configMember.forceSetConfigurationOption("terrain_image_id", m_terrainImageID.ToString());
// I don't think there is a reason that this actually
// needs to be written back to the estate settings
// file.
// configMember.forceSetConfigurationOption("terrain_image_id", m_terrainImageID.ToString());
}
}