Fixed bug where client crashes on login if in sandbox mode and region is set to anything other than 997,996

This commit is contained in:
MW
2007-05-08 16:40:20 +00:00
parent 9f881f90d3
commit 26002559c0
4 changed files with 23 additions and 8 deletions

View File

@@ -330,7 +330,7 @@ namespace OpenSim
bool sandBoxWithLoginServer = m_loginserver && m_sandbox;
if (sandBoxWithLoginServer)
{
loginServer = new LoginServer(gridServer, regionData.IPListenAddr, regionData.IPListenPort, this.user_accounts);
loginServer = new LoginServer(gridServer, regionData.IPListenAddr, regionData.IPListenPort,regionData.RegionLocX, regionData.RegionLocY, this.user_accounts);
loginServer.Startup();
if (user_accounts)