Merge branch '0.7.1-dev' of ssh://opensimulator.org/var/git/opensim into 0.7.1-dev
commit
87eb46b965
|
@ -592,9 +592,7 @@ namespace OpenSim.Framework.Console
|
||||||
string line = ReadLine(m_defaultPrompt + "# ", true, true);
|
string line = ReadLine(m_defaultPrompt + "# ", true, true);
|
||||||
|
|
||||||
if (line != String.Empty)
|
if (line != String.Empty)
|
||||||
{
|
Output("Invalid command");
|
||||||
m_log.Info("[CONSOLE] Invalid command");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void RunCommand(string cmd)
|
public void RunCommand(string cmd)
|
||||||
|
|
Loading…
Reference in New Issue