* now saves ExternalHostName in config

This commit is contained in:
lbsa71
2007-07-01 16:19:47 +00:00
parent 06a8c13200
commit 7cafe7f6d9
2 changed files with 13 additions and 8 deletions

View File

@@ -230,12 +230,6 @@ namespace OpenSim
m_udpServer.Add(udpServer);
this.regionData.Add(regionDat);
/*
m_log.WriteLine(OpenSim.Framework.Console.LogPriority.NORMAL, "Main.cs:Startup() - We are " + regionData.RegionName + " at " + regionData.RegionLocX.ToString() + "," + regionData.RegionLocY.ToString());
m_log.Verbose( "Initialising world");
m_log.componentname = "Region " + regionData.RegionName;
*/
LocalWorld = new Scene(udpServer.PacketServer.ClientAPIs, regionDat, authenBase, commsManager, this.AssetCache, httpServer);
this.m_localWorld.Add(LocalWorld);
//LocalWorld.InventoryCache = InventoryCache;