mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
From: Dr Scofield <hud@zurich.ibm.com>
* Fixes the admin_shutdown xmlrpc method * Adds a share/python/console/shutdown.py script for shutting down a background OpenSim * For more details see http://xyzzyxyzzy.net/2008/04/29/console-less-opensim/ * There should also be instructions in the opensimulator wiki soon as well
This commit is contained in:
@@ -83,7 +83,6 @@ namespace OpenSim
|
||||
|
||||
if (background)
|
||||
{
|
||||
Console.WriteLine("background mode");
|
||||
OpenSimMain sim = new OpenSimMain(configSource);
|
||||
sim.StartUp();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user