* Make scene.oar the default oar target rather than scene.oar.tar.gz, in an attempt to reduce confusion

0.6.5-rc1
Justin Clarke Casey 2009-04-29 18:03:31 +00:00
parent 7d11434a9c
commit 23aa85b75d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ namespace OpenSim
/// <summary>
/// The file used to load and save an opensim archive if no filename has been specified
/// </summary>
protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar.tar.gz";
protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar";
public ConfigSettings ConfigurationSettings
{