mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
no longer need to use -loginserver with -sandbox (using -sandbox will always start the loginserver)
This commit is contained in:
@@ -29,6 +29,7 @@ namespace OpenSim
|
||||
if (args[i] == "-sandbox")
|
||||
{
|
||||
sandBoxMode = true;
|
||||
startLoginServer = true;
|
||||
}
|
||||
|
||||
if (args[i] == "-loginserver")
|
||||
|
||||
Reference in New Issue
Block a user