mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Put in stubs for "load-oar" command, including ultra-primitive temporary tar loading code
* Currently as a test, this will successfully load only the first file of an opensim archive and do absolutely nothing with it
This commit is contained in:
@@ -72,12 +72,12 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver
|
||||
|
||||
public void ArchiveRegion(string savePath)
|
||||
{
|
||||
new ArchiveRequest(m_scene, savePath);
|
||||
new ArchiveWriteRequest(m_scene, savePath);
|
||||
}
|
||||
|
||||
public void DearchiveRegion(string loadPath)
|
||||
{
|
||||
m_log.Warn("[ARCHIVER]: Dearchive region not yet implemented");
|
||||
new ArchiveReadRequest(m_scene, loadPath);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user