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

This commit is contained in:
Dahlia Trimble
2008-07-18 02:08:14 +00:00
parent 0b92ff4fde
commit f87d2d8a92

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;
}