mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new
libOMV.
This commit is contained in:
@@ -341,8 +341,7 @@ namespace OpenSim.Framework.Servers
|
||||
public virtual void Show(string[] showParams)
|
||||
{
|
||||
switch (showParams[0])
|
||||
{
|
||||
|
||||
{
|
||||
case "info":
|
||||
Notice("Version: " + m_version);
|
||||
Notice("Startup directory: " + m_startupDirectory);
|
||||
@@ -350,9 +349,7 @@ namespace OpenSim.Framework.Servers
|
||||
|
||||
case "stats":
|
||||
if (m_stats != null)
|
||||
{
|
||||
Notice(m_stats.Report());
|
||||
}
|
||||
break;
|
||||
|
||||
case "threads":
|
||||
|
||||
Reference in New Issue
Block a user