aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Application.cs
diff options
context:
space:
mode:
authorMW2007-05-13 12:25:08 +0000
committerMW2007-05-13 12:25:08 +0000
commit05d9593198f1a688e10ab5be1789b5661ad7d61e (patch)
treeec72812a389d6cccfbe9af39291e8128aa0ecf8a /OpenSim/Application.cs
parent* Added first generation region DB for SQL-based grid storage engines. (diff)
downloadopensim-SC_OLD-05d9593198f1a688e10ab5be1789b5661ad7d61e.zip
opensim-SC_OLD-05d9593198f1a688e10ab5be1789b5661ad7d61e.tar.gz
opensim-SC_OLD-05d9593198f1a688e10ab5be1789b5661ad7d61e.tar.bz2
opensim-SC_OLD-05d9593198f1a688e10ab5be1789b5661ad7d61e.tar.xz
Added very basic support for maps (likely to only work in sandbox mode due to the non functioning remote asset server), also currently just uses textures that we already had added to the asset server (this is the first thing that needs fixing)
Diffstat (limited to '')
-rw-r--r--OpenSim/Application.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Application.cs b/OpenSim/Application.cs
index 92951b1..4b475a1 100644
--- a/OpenSim/Application.cs
+++ b/OpenSim/Application.cs
@@ -31,11 +31,11 @@ namespace OpenSim
31 sandBoxMode = true; 31 sandBoxMode = true;
32 startLoginServer = true; 32 startLoginServer = true;
33 } 33 }
34 34 /*
35 if (args[i] == "-loginserver") 35 if (args[i] == "-loginserver")
36 { 36 {
37 startLoginServer = true; 37 startLoginServer = true;
38 } 38 }*/
39 if (args[i] == "-accounts") 39 if (args[i] == "-accounts")
40 { 40 {
41 userAccounts = true; 41 userAccounts = true;