From dcdef3599db03c9ec5ae00b914979b26fb71de24 Mon Sep 17 00:00:00 2001 From: MW Date: Sat, 12 May 2007 13:05:16 +0000 Subject: [PATCH] no longer need to use -loginserver with -sandbox (using -sandbox will always start the loginserver) --- OpenSim/Application.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenSim/Application.cs b/OpenSim/Application.cs index 568d6feca1..92951b1e96 100644 --- a/OpenSim/Application.cs +++ b/OpenSim/Application.cs @@ -29,6 +29,7 @@ namespace OpenSim if (args[i] == "-sandbox") { sandBoxMode = true; + startLoginServer = true; } if (args[i] == "-loginserver")