mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
small refactor: reuse existing commandLine string rather than calling cmdline.ToString() again
This commit is contained in:
@@ -497,7 +497,7 @@ namespace OpenSim.Framework.Console
|
||||
if (echo && commandLine != "")
|
||||
AddToHistory(commandLine);
|
||||
|
||||
return cmdline.ToString();
|
||||
return commandLine;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user