no longer need to use -loginserver with -sandbox (using -sandbox will always start the loginserver)

zircon^2
MW 2007-05-12 13:05:16 +00:00
parent e723225e6d
commit dcdef3599d
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ namespace OpenSim
if (args[i] == "-sandbox") if (args[i] == "-sandbox")
{ {
sandBoxMode = true; sandBoxMode = true;
startLoginServer = true;
} }
if (args[i] == "-loginserver") if (args[i] == "-loginserver")