diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Application.cs | 4 |
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; |