From f18400fcfb2c869e47993d42426a47f8aea25331 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 4 Mar 2009 20:36:09 +0000 Subject: [PATCH] * For now, restore file extension for default oar name I accidentally removed on the last commit --- OpenSim/Region/Application/OpenSimBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 93201e1c8b..790dcb4972 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -76,7 +76,7 @@ namespace OpenSim /// /// The file used to load and save an opensim archive if no filename has been specified /// - protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar"; + protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar.tar.gz"; public ConfigSettings ConfigurationSettings {