mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
added region port number to output of "show regions" command
This commit is contained in:
@@ -633,7 +633,7 @@ namespace OpenSim
|
|||||||
{
|
{
|
||||||
m_console.Notice("Region Name: " + scene.RegionInfo.RegionName + " , Region XLoc: " +
|
m_console.Notice("Region Name: " + scene.RegionInfo.RegionName + " , Region XLoc: " +
|
||||||
scene.RegionInfo.RegionLocX + " , Region YLoc: " +
|
scene.RegionInfo.RegionLocX + " , Region YLoc: " +
|
||||||
scene.RegionInfo.RegionLocY);
|
scene.RegionInfo.RegionLocY + " , Region Port: " + scene.RegionInfo.InternalEndPoint.Port.ToString());
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user