added region port number to output of "show regions" command
parent
0b92ff4fde
commit
f87d2d8a92
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue