* Actually change the default oar file name to region.oar instead of scene.oar, for clarity
parent
c320dca2db
commit
af73bcd363
|
@ -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";
|
||||
protected const string DEFAULT_OAR_BACKUP_FILENAME = "region.oar";
|
||||
|
||||
public ConfigSettings ConfigurationSettings
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue