mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +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:
@@ -211,8 +211,8 @@ namespace pCampBot
|
||||
/// <summary>
|
||||
/// Required method to implement the conscmd_callback interface
|
||||
/// </summary>
|
||||
/// <param name="ShowWhat"></param>
|
||||
public void Show(string ShowWhat)
|
||||
/// <param name="showParams">What to show</param>
|
||||
public void Show(string[] showParams)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user