mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
fix merge
This commit is contained in:
@@ -101,7 +101,7 @@ namespace OpenSim.Region.DataSnapshot
|
||||
|
||||
public void Initialise(IConfigSource config)
|
||||
{
|
||||
if (!m_configLoaded)
|
||||
if (!m_configLoaded)
|
||||
{
|
||||
m_configLoaded = true;
|
||||
//m_log.Debug("[DATASNAPSHOT]: Loading configuration");
|
||||
@@ -248,7 +248,7 @@ namespace OpenSim.Region.DataSnapshot
|
||||
m_snapStore.ForceSceneStale(scene);
|
||||
}
|
||||
|
||||
public void Close()
|
||||
public void Close()
|
||||
{
|
||||
if (!m_enabled)
|
||||
return;
|
||||
|
||||
@@ -143,7 +143,7 @@ namespace OpenSim.Region.DataSnapshot.Providers
|
||||
|
||||
LandData parcel = land.LandData;
|
||||
if (m_parent.ExposureLevel.Equals("all") ||
|
||||
(m_parent.ExposureLevel.Equals("minimum") &&
|
||||
(m_parent.ExposureLevel.Equals("minimum") &&
|
||||
(parcel.Flags & (uint)ParcelFlags.ShowDirectory) == (uint)ParcelFlags.ShowDirectory))
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user