aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Application.cs
diff options
context:
space:
mode:
authorMW2007-05-12 13:05:16 +0000
committerMW2007-05-12 13:05:16 +0000
commitdcdef3599db03c9ec5ae00b914979b26fb71de24 (patch)
tree6fa48a5ffa2206453fbee1084e04901dff2dd299 /OpenSim/Application.cs
parentSimProfileBase is obsolete. EXTER-MIN-ATE! EXTER-MIN-ATE! (diff)
downloadopensim-SC_OLD-dcdef3599db03c9ec5ae00b914979b26fb71de24.zip
opensim-SC_OLD-dcdef3599db03c9ec5ae00b914979b26fb71de24.tar.gz
opensim-SC_OLD-dcdef3599db03c9ec5ae00b914979b26fb71de24.tar.bz2
opensim-SC_OLD-dcdef3599db03c9ec5ae00b914979b26fb71de24.tar.xz
no longer need to use -loginserver with -sandbox (using -sandbox will always start the loginserver)
Diffstat (limited to '')
-rw-r--r--OpenSim/Application.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Application.cs b/OpenSim/Application.cs
index 568d6fe..92951b1 100644
--- a/OpenSim/Application.cs
+++ b/OpenSim/Application.cs
@@ -29,6 +29,7 @@ namespace OpenSim
29 if (args[i] == "-sandbox") 29 if (args[i] == "-sandbox")
30 { 30 {
31 sandBoxMode = true; 31 sandBoxMode = true;
32 startLoginServer = true;
32 } 33 }
33 34
34 if (args[i] == "-loginserver") 35 if (args[i] == "-loginserver")