small refactor: reuse existing commandLine string rather than calling cmdline.ToString() again
parent
c072a9cfb3
commit
859234f963
|
@ -497,7 +497,7 @@ namespace OpenSim.Framework.Console
|
|||
if (echo && commandLine != "")
|
||||
AddToHistory(commandLine);
|
||||
|
||||
return cmdline.ToString();
|
||||
return commandLine;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue