* For now, restore file extension for default oar name I accidentally removed on the last commit
parent
b52ac542ad
commit
f18400fcfb
|
@ -76,7 +76,7 @@ namespace OpenSim
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The file used to load and save an opensim archive if no filename has been specified
|
/// The file used to load and save an opensim archive if no filename has been specified
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar";
|
protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar.tar.gz";
|
||||||
|
|
||||||
public ConfigSettings ConfigurationSettings
|
public ConfigSettings ConfigurationSettings
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue