* Actually change the default oar file name to region.oar instead of scene.oar, for clarity

0.6.5-rc1
Justin Clarke Casey 2009-04-29 18:12:50 +00:00
parent c320dca2db
commit af73bcd363
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "region.oar";
public ConfigSettings ConfigurationSettings public ConfigSettings ConfigurationSettings
{ {