diff options
author | lbsa71 | 2007-07-01 16:19:47 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-01 16:19:47 +0000 |
commit | 7cafe7f6d98ddd28af7c9272640c141732d455c8 (patch) | |
tree | 5e83b67e2711372120448f121140a81639adce62 /OpenSim/Region | |
parent | MAJOR IP RESTRUCTURING (diff) | |
download | opensim-SC_OLD-7cafe7f6d98ddd28af7c9272640c141732d455c8.zip opensim-SC_OLD-7cafe7f6d98ddd28af7c9272640c141732d455c8.tar.gz opensim-SC_OLD-7cafe7f6d98ddd28af7c9272640c141732d455c8.tar.bz2 opensim-SC_OLD-7cafe7f6d98ddd28af7c9272640c141732d455c8.tar.xz |
* now saves ExternalHostName in config
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 32faed8..102ff76 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -230,12 +230,6 @@ namespace OpenSim | |||
230 | m_udpServer.Add(udpServer); | 230 | m_udpServer.Add(udpServer); |
231 | this.regionData.Add(regionDat); | 231 | this.regionData.Add(regionDat); |
232 | 232 | ||
233 | /* | ||
234 | m_log.WriteLine(OpenSim.Framework.Console.LogPriority.NORMAL, "Main.cs:Startup() - We are " + regionData.RegionName + " at " + regionData.RegionLocX.ToString() + "," + regionData.RegionLocY.ToString()); | ||
235 | m_log.Verbose( "Initialising world"); | ||
236 | m_log.componentname = "Region " + regionData.RegionName; | ||
237 | */ | ||
238 | |||
239 | LocalWorld = new Scene(udpServer.PacketServer.ClientAPIs, regionDat, authenBase, commsManager, this.AssetCache, httpServer); | 233 | LocalWorld = new Scene(udpServer.PacketServer.ClientAPIs, regionDat, authenBase, commsManager, this.AssetCache, httpServer); |
240 | this.m_localWorld.Add(LocalWorld); | 234 | this.m_localWorld.Add(LocalWorld); |
241 | //LocalWorld.InventoryCache = InventoryCache; | 235 | //LocalWorld.InventoryCache = InventoryCache; |