* Minor: For no particularly good reason, make all console prompts conform to the same prompt scheme

This commit is contained in:
Justin Clarke Casey
2008-05-16 18:19:02 +00:00
parent 63ddbfb979
commit 6812de9af2
6 changed files with 6 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ namespace OpenSim.Grid.UserServer
private OpenUser_Main()
{
m_console = new ConsoleBase("OpenUser", this);
m_console = new ConsoleBase("User", this);
MainConsole.Instance = m_console;
}