mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* "We are" message is now a status text message.
This commit is contained in:
@@ -265,7 +265,7 @@ namespace OpenSim
|
||||
|
||||
protected override void SetupLocalWorld()
|
||||
{
|
||||
m_console.Notice("Main.cs:Startup() - We are " + regionData.RegionName + " at " + regionData.RegionLocX.ToString() + "," + regionData.RegionLocY.ToString());
|
||||
m_console.Status("Main.cs:Startup() - We are " + regionData.RegionName + " at " + regionData.RegionLocX.ToString() + "," + regionData.RegionLocY.ToString());
|
||||
m_console.Notice("Initialising world");
|
||||
m_console.componentname = "Region " + regionData.RegionName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user