mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
factor out common HandleShow code for "show uptime"
This commit is contained in:
@@ -711,7 +711,7 @@ namespace OpenSim.Framework.Console
|
||||
/// </summary>
|
||||
public void Prompt()
|
||||
{
|
||||
string line = ReadLine(m_defaultPrompt + "# ", true, true);
|
||||
string line = ReadLine(DefaultPrompt + "# ", true, true);
|
||||
|
||||
if (line != String.Empty)
|
||||
Output("Invalid command");
|
||||
|
||||
Reference in New Issue
Block a user