mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
stale LandSnapshot by time also, so dwell can be updated
This commit is contained in:
@@ -82,8 +82,14 @@ namespace OpenSim.Region.DataSnapshot
|
||||
}
|
||||
}
|
||||
|
||||
public void ForceSceneStale(Scene scene) {
|
||||
public void ForceSceneStale(Scene scene)
|
||||
{
|
||||
m_scenes[scene] = true;
|
||||
foreach(IDataSnapshotProvider pv in m_providers)
|
||||
{
|
||||
if(pv.GetParentScene == scene && pv.Name == "LandSnapshot")
|
||||
pv.Stale = true;
|
||||
}
|
||||
}
|
||||
|
||||
#region Fragment storage
|
||||
|
||||
Reference in New Issue
Block a user