aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-27 22:49:34 +0000
committerJustin Clarke Casey2008-05-27 22:49:34 +0000
commit69fdd0d3e862ab623fa63c9ad1fd940d739d88c5 (patch)
treeb702e0ebe1bcd03f9c21dc431ea38bebf3e71faf /OpenSim/Region/Application/OpenSimMain.cs
parentanother take on the whole string cleansing, by adding specific poison (diff)
downloadopensim-SC_OLD-69fdd0d3e862ab623fa63c9ad1fd940d739d88c5.zip
opensim-SC_OLD-69fdd0d3e862ab623fa63c9ad1fd940d739d88c5.tar.gz
opensim-SC_OLD-69fdd0d3e862ab623fa63c9ad1fd940d739d88c5.tar.bz2
opensim-SC_OLD-69fdd0d3e862ab623fa63c9ad1fd940d739d88c5.tar.xz
* Write prim archives out as v7 tar files temporarily for testing purposes - not even gzipping yet!
* Using hacked up code to create the correct tar archive headers - this stuff should really go away again before too long * No user functionality yet
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index dec0311..9e79505 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -70,7 +70,7 @@ namespace OpenSim
70 /// <summary> 70 /// <summary>
71 /// The file use to load and save an opensim archive if none has been specified 71 /// The file use to load and save an opensim archive if none has been specified
72 /// </summary> 72 /// </summary>
73 protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar.zip"; 73 protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar.tar";
74 74
75 public string m_physicsEngine; 75 public string m_physicsEngine;
76 public string m_meshEngineName; 76 public string m_meshEngineName;