mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
* Fix build break by eliminating remaining IScenePermissions references - must remember to nant clean
* Hook all server startups into base opensim server startup method
This commit is contained in:
@@ -83,12 +83,12 @@ namespace OpenSim
|
||||
if (background)
|
||||
{
|
||||
OpenSimBase sim = new OpenSimBackground(configSource);
|
||||
sim.StartUp();
|
||||
sim.Startup();
|
||||
}
|
||||
else
|
||||
{
|
||||
OpenSimBase sim = new OpenSim(configSource);
|
||||
sim.StartUp();
|
||||
sim.Startup();
|
||||
|
||||
while (true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user