mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
* Reinstate grid receive and send keys to user server config
* Looks like these weren't so unused after all - oops! * Remove message from grid server config
This commit is contained in:
@@ -39,15 +39,15 @@ namespace OpenSim.Grid.GridServer
|
||||
|
||||
GridServerBase app = new GridServerBase();
|
||||
|
||||
if (args.Length > 0 && args[0] == "-setuponly")
|
||||
{
|
||||
app.Config();
|
||||
}
|
||||
else
|
||||
{
|
||||
// if (args.Length > 0 && args[0] == "-setuponly")
|
||||
// {
|
||||
// app.Config();
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
app.Startup();
|
||||
app.Work();
|
||||
}
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user