* Make scene.oar the default oar target rather than scene.oar.tar.gz, in an attempt to reduce confusion
parent
7d11434a9c
commit
23aa85b75d
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue