no longer need to use -loginserver with -sandbox (using -sandbox will always start the loginserver)
parent
e723225e6d
commit
dcdef3599d
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue