mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Continued refactoring away OpenSimRoot - now it's down to the final 2.
This commit is contained in:
@@ -7,7 +7,7 @@ using OpenSim.Framework.Console;
|
||||
namespace OpenSim
|
||||
{
|
||||
public class RegionServer : OpenSimMain
|
||||
{
|
||||
{
|
||||
[STAThread]
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
@@ -65,7 +65,7 @@ namespace OpenSim
|
||||
|
||||
if (sim.loginserver && sim.sandbox)
|
||||
{
|
||||
LoginServer loginServer = new LoginServer(OpenSimRoot.Instance.GridServers.GridServer);
|
||||
LoginServer loginServer = new LoginServer(OpenSimRoot.Instance.GridServers.GridServer, OpenSimRoot.Instance.Cfg.IPListenAddr, OpenSimRoot.Instance.Cfg.IPListenPort);
|
||||
loginServer.Startup();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user