Attempting to add region name to console.

zircon^2
Adam Frisby 2007-05-14 21:15:26 +00:00
parent a889caf200
commit 3cdc219ed6
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ namespace OpenSim
m_console.WriteLine(OpenSim.Framework.Console.LogPriority.NORMAL,"Main.cs:Startup() - We are " + regionData.RegionName + " at " + regionData.RegionLocX.ToString() + "," + regionData.RegionLocY.ToString());
m_console.WriteLine(OpenSim.Framework.Console.LogPriority.LOW,"Initialising world");
m_console.componentname = "Region " + regionData.RegionName;
LocalWorld = new World(this._packetServer.ClientThreads, regionData, regionData.RegionHandle, regionData.RegionName);
LocalWorld.InventoryCache = InventoryCache;
LocalWorld.AssetCache = AssetCache;