* Start compressing archives

This commit is contained in:
Justin Clarke Casey
2008-07-12 18:54:21 +00:00
parent 4ff529bdaf
commit 4e7dd0d919
6 changed files with 32 additions and 36 deletions

View File

@@ -68,7 +68,7 @@ namespace OpenSim
/// <summary>
/// The file use to load and save an opensim archive if none has been specified
/// </summary>
protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar.tar";
protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene_oar.tar.gz";
public string m_physicsEngine;
public string m_meshEngineName;