* minor: refactor thread report into a method that returns a string rather than displays information directly

This commit is contained in:
Justin Clarke Casey
2008-08-25 23:21:07 +00:00
parent 3a8320c7a1
commit 4a475ca2be
4 changed files with 31 additions and 18 deletions

View File

@@ -248,7 +248,6 @@ namespace OpenSim.Grid.UserServer
break;
case "logoff-user":
if (cmdparams.Length >= 3)
{
string firstname = cmdparams[0];