diff options
-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") |