mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Made OARs use the new serialization procedure. (TPs/crossings still on the old one) Added an options argument down the pipeline. For the time being it takes --old-guids as an option to produce <Guid> instead of <UUID>.
This commit is contained in:
@@ -2284,7 +2284,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
if (archiver != null)
|
||||
{
|
||||
scene.EventManager.OnOarFileSaved += RemoteAdminOarSaveCompleted;
|
||||
archiver.ArchiveRegion(filename);
|
||||
archiver.ArchiveRegion(filename, new Dictionary<string, object>());
|
||||
lock (m_saveOarLock) Monitor.Wait(m_saveOarLock,5000);
|
||||
scene.EventManager.OnOarFileSaved -= RemoteAdminOarSaveCompleted;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user