* 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

@@ -99,7 +99,7 @@ namespace OpenSim.Grid.ScriptServer
protected ConsoleBase CreateConsole()
{
return new ConsoleBase("ScriptServer", this);
return new ConsoleBase("Script", this);
}
}
}