mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* For now, restore file extension for default oar name I accidentally removed on the last commit
This commit is contained in:
@@ -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 = "scene.oar.tar.gz";
|
||||
|
||||
public ConfigSettings ConfigurationSettings
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user