mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Changed "show users" command to display only root agents, "show users full" to
display root and child agents (mantis #2171).
This commit is contained in:
@@ -3468,10 +3468,10 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
/// <summary>
|
||||
/// Shows various details about the sim based on the parameters supplied by the console command in openSimMain.
|
||||
/// </summary>
|
||||
/// <param name="showWhat"></param>
|
||||
public void Show(string showWhat)
|
||||
/// <param name="showParams">What to show</param>
|
||||
public void Show(string[] showParams)
|
||||
{
|
||||
switch (showWhat)
|
||||
switch (showParams[0])
|
||||
{
|
||||
case "users":
|
||||
m_log.Error("Current Region: " + RegionInfo.RegionName);
|
||||
|
||||
Reference in New Issue
Block a user