mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* minor: refactor thread report into a method that returns a string rather than displays information directly
This commit is contained in:
@@ -248,7 +248,6 @@ namespace OpenSim.Grid.UserServer
|
||||
break;
|
||||
|
||||
case "logoff-user":
|
||||
|
||||
if (cmdparams.Length >= 3)
|
||||
{
|
||||
string firstname = cmdparams[0];
|
||||
|
||||
Reference in New Issue
Block a user