change Backup on scene close to Forced, and not dependent on last change time.

LSLKeyTest
UbitUmarov 2015-11-27 13:56:57 +00:00
parent c5395cef74
commit e2fb600bf5
1 changed files with 1 additions and 1 deletions

View File

@ -1512,8 +1512,8 @@ namespace OpenSim.Region.Framework.Scenes
EventManager.TriggerSceneShuttingDown(this);
m_log.Debug("[SCENE]: Persisting changed objects");
Backup(true);
Backup(false);
m_sceneGraph.Close();
if (!GridService.DeregisterRegion(RegionInfo.RegionID))