diff options
author | MW | 2007-05-12 13:05:16 +0000 |
---|---|---|
committer | MW | 2007-05-12 13:05:16 +0000 |
commit | dcdef3599db03c9ec5ae00b914979b26fb71de24 (patch) | |
tree | 6fa48a5ffa2206453fbee1084e04901dff2dd299 | |
parent | SimProfileBase is obsolete. EXTER-MIN-ATE! EXTER-MIN-ATE! (diff) | |
download | opensim-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)
-rw-r--r-- | OpenSim/Application.cs | 1 |
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") |