From af73bcd3638ec467587c6c69b898651d29efef77 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 29 Apr 2009 18:12:50 +0000 Subject: * Actually change the default oar file name to region.oar instead of scene.oar, for clarity --- OpenSim/Region/Application/OpenSimBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 8789877..2203e45 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 = "region.oar"; public ConfigSettings ConfigurationSettings { -- cgit v1.1