added region port number to output of "show regions" command

0.6.0-stable
Dahlia Trimble 2008-07-18 02:08:14 +00:00
parent 0b92ff4fde
commit f87d2d8a92
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ namespace OpenSim
{
m_console.Notice("Region Name: " + scene.RegionInfo.RegionName + " , Region XLoc: " +
scene.RegionInfo.RegionLocX + " , Region YLoc: " +
scene.RegionInfo.RegionLocY);
scene.RegionInfo.RegionLocY + " , Region Port: " + scene.RegionInfo.InternalEndPoint.Port.ToString());
});
break;
}